/* Gift4You Theme Manager 6.1 */
html,body{background:var(--theme-bg);color:var(--theme-text)}
body{font-family:var(--theme-body-font)}
.container{width:min(var(--theme-container),calc(100% - 40px))}
.topbar{background:var(--theme-topbar)}
.topbar a{color:var(--theme-accent-light)}
.site-header{background:color-mix(in srgb,var(--theme-surface) 96%,transparent)}
.main-nav{border-top-color:var(--theme-line)}
.nav-scroll a:hover,.text-link{color:var(--theme-accent)}
.search{background:var(--theme-soft);border-color:var(--theme-line)}
.search button,.mini-btn,.btn-dark{background:var(--theme-dark)}
.cart-link span{background:var(--theme-accent)}
.hero{
  background:
    radial-gradient(circle at 80% 20%,color-mix(in srgb,var(--theme-accent) 24%,transparent),transparent 30%),
    linear-gradient(120deg,var(--theme-hero-start) 0%,var(--theme-dark-alt) 56%,var(--theme-hero-end) 100%)
}
.hero h1,.section-heading h2,.story-copy h2,.business-grid h2,.newsletter h2{font-family:var(--theme-heading-font)}
.eyebrow{color:var(--theme-accent-light)}
.eyebrow.dark{color:var(--theme-accent)}
.btn{border-radius:var(--theme-button-radius)}
.btn-primary,.btn-gold{background:linear-gradient(135deg,var(--theme-accent-light),var(--theme-accent))}
.trust-strip{background:var(--theme-surface);border-color:var(--theme-line)}
.trust-grid>div{border-color:var(--theme-line)}
.trust-grid span,.category-card p,.story-copy p,.step p{color:var(--theme-muted)}
.section{padding:var(--theme-section-space) 0}
.section-soft{background:var(--theme-soft)}
.category-card,.product-card,.step,.panel{border-radius:var(--theme-radius)}
.category-card{border-color:var(--theme-line);background:linear-gradient(145deg,var(--theme-surface),var(--theme-soft))}
.category-card.c2,.category-card.c5{background:linear-gradient(145deg,var(--theme-soft),var(--theme-surface))}
.category-card.c3{background:linear-gradient(145deg,color-mix(in srgb,var(--theme-soft) 75%,#eef1f4),var(--theme-surface))}
.category-card.c4{background:linear-gradient(145deg,var(--theme-dark),var(--theme-dark-alt))}
.category-icon,.rating,.step>span{color:var(--theme-accent)}
.product-card{background:var(--theme-surface);border-color:var(--theme-line)}
.product-image{background:color-mix(in srgb,var(--theme-soft) 92%,var(--theme-accent) 8%)}
.product-badge{background:var(--theme-surface)}
.story-visual{background:linear-gradient(145deg,var(--theme-dark),var(--theme-dark-alt));border-radius:calc(var(--theme-radius) + 8px)}
.story-plaque{background:linear-gradient(145deg,color-mix(in srgb,var(--theme-accent-light) 75%,#cfa46d),color-mix(in srgb,var(--theme-accent) 70%,#8e613a))}
.laser-line{background:var(--theme-accent-light);box-shadow:0 0 20px var(--theme-accent-light)}
.section-dark{background:var(--theme-dark)}
.newsletter{background:linear-gradient(120deg,var(--theme-newsletter),var(--theme-dark-alt))}
.footer{background:var(--theme-footer)}
.footer-bottom{border-color:color-mix(in srgb,var(--theme-line) 18%,transparent)}
.brand-logo img{width:min(var(--theme-header-logo),100%);max-height:none}
.footer .brand-logo img{
  width:min(var(--theme-footer-logo),100%);
  max-width:var(--theme-footer-logo);
  max-height:none;
  filter:var(--theme-footer-logo-filter)!important;
  opacity:.96
}
.footer p,.footer a,.footer span{color:color-mix(in srgb,#fff 74%,var(--theme-footer))}
.footer h3{color:#fff}
@supports not (color:color-mix(in srgb,#000 50%,#fff)){
  .site-header{background:var(--theme-surface)}
  .product-image{background:var(--theme-soft)}
  .footer p,.footer a,.footer span{color:#c8cdd3}
}
@media(max-width:620px){
  .container{width:min(100% - 26px,var(--theme-container))}
}

/* Catalog media integration 6.6 */
.catalog-product-img{width:100%;height:100%;object-fit:cover;display:block}
.product-image{overflow:hidden;position:relative}
.hero-product-photo{width:min(470px,92%);aspect-ratio:1/1;border-radius:28px;overflow:hidden;box-shadow:0 34px 80px #0008;transform:rotate(2deg);border:1px solid color-mix(in srgb,var(--theme-accent-light) 35%,transparent)}
.hero-product-photo img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:820px){.hero-product-photo{width:min(420px,86vw);margin:auto}}

/* Storefront catalog pages 6.7 */
.catalog-hero{padding:70px 0 38px;background:linear-gradient(180deg,var(--theme-soft),var(--theme-bg))}
.catalog-hero h1{font-family:var(--theme-heading-font);font-size:clamp(38px,5vw,64px);margin:8px 0 10px}
.catalog-hero p{max-width:760px;color:var(--theme-muted);font-size:18px}
.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.catalog-card{background:var(--theme-surface);border:1px solid var(--theme-line);border-radius:var(--theme-radius);overflow:hidden;box-shadow:0 10px 35px rgba(0,0,0,.04)}
.catalog-card-img{display:block;aspect-ratio:1/1;background:var(--theme-soft);position:relative;overflow:hidden}
.catalog-card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:.25s}
.catalog-card:hover .catalog-card-img img{transform:scale(1.025)}
.catalog-badge{position:absolute;left:12px;top:12px;background:#fff;color:var(--theme-text);padding:6px 9px;border-radius:99px;font-size:10px;text-transform:uppercase;letter-spacing:.06em}
.catalog-card-body{padding:18px}
.catalog-card-body h2{font:700 21px var(--theme-heading-font);margin:0 0 8px}
.catalog-card-body p{color:var(--theme-muted);min-height:46px}
.catalog-card-foot{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:16px}
.catalog-card-foot strong{font-size:18px}
.catalog-empty{padding:70px 0;text-align:center}
.product-page{padding:32px 0 var(--theme-section-space)}
.breadcrumbs{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:12px;color:var(--theme-muted);margin-bottom:22px}
.product-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:46px;align-items:start}
.product-gallery{min-width:0}
.product-main-image{background:var(--theme-soft);border:1px solid var(--theme-line);border-radius:calc(var(--theme-radius) + 4px);overflow:hidden;aspect-ratio:1/1}
.product-main-image img{width:100%;height:100%;object-fit:contain;display:block}
.product-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:10px}
.product-thumbs button{border:1px solid var(--theme-line);border-radius:10px;background:var(--theme-surface);padding:0;overflow:hidden;aspect-ratio:1/1;cursor:pointer}
.product-thumbs img{width:100%;height:100%;object-fit:cover}
.product-video{margin-top:18px}.product-video video{width:100%;max-height:420px;background:#000;border-radius:var(--theme-radius)}
.product-summary{position:sticky;top:18px}
.product-summary h1{font:700 clamp(36px,4vw,56px) var(--theme-heading-font);line-height:1.02;margin:12px 0}
.product-short{font-size:17px;color:var(--theme-muted);line-height:1.6}
.product-price{display:flex;align-items:center;gap:12px;margin:20px 0}.product-price strong{font-size:30px}.product-price del{color:var(--theme-muted)}
.product-stock{display:inline-block;padding:6px 9px;border-radius:99px;font-size:11px;font-weight:900}.product-stock.in{background:#eaf7ee;color:#2c7041}.product-stock.out{background:#fff0f0;color:#8a2525}
.product-page-badge{display:inline-block;background:var(--theme-accent-light);padding:6px 9px;border-radius:99px;font-size:10px;font-weight:900;text-transform:uppercase}
.product-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:22px 0}.product-options label{display:grid;gap:6px;font-size:12px;font-weight:800}.product-options select{height:46px;border:1px solid var(--theme-line);border-radius:10px;padding:0 12px;background:var(--theme-surface)}
.personalise-box{background:var(--theme-soft);border:1px solid var(--theme-line);border-radius:var(--theme-radius);padding:18px;margin:20px 0}.personalise-box h2{font:700 24px var(--theme-heading-font);margin:0 0 6px}.personalise-tags{display:flex;gap:7px;flex-wrap:wrap;margin:12px 0}.personalise-tags span{background:#fff;border:1px solid var(--theme-line);padding:6px 9px;border-radius:99px;font-size:11px;font-weight:800}
.product-cart-btn{width:100%;padding:15px;margin-top:10px}
.product-reassurance{display:grid;gap:8px;padding:0;margin:18px 0 0;list-style:none;color:var(--theme-muted);font-size:13px}.product-reassurance li:before{content:"✓";color:var(--theme-accent);font-weight:900;margin-right:7px}
.product-description{margin-top:56px;max-width:900px}.product-description h2{font:700 32px var(--theme-heading-font)}
@media(max-width:1100px){.catalog-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.product-layout{grid-template-columns:1fr}.product-summary{position:static}.catalog-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.catalog-grid{grid-template-columns:1fr}.product-options{grid-template-columns:1fr}.product-thumbs{grid-template-columns:repeat(4,1fr)}}

/* Checkout 6.9 */
.checkout-head{padding:52px 0 28px;background:var(--theme-soft)}
.checkout-head h1{font:700 clamp(38px,5vw,58px) var(--theme-heading-font);margin:7px 0 18px}
.checkout-steps{display:flex;gap:10px;flex-wrap:wrap}.checkout-steps span,.checkout-steps b{padding:8px 13px;border-radius:99px;border:1px solid var(--theme-line);font-size:12px}.checkout-steps b{background:var(--theme-dark);color:#fff}
.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:34px;align-items:start}
.cart-lines,.checkout-form-card,.review-card,.order-summary{background:var(--theme-surface);border:1px solid var(--theme-line);border-radius:var(--theme-radius)}
.cart-lines{padding:20px}.cart-line{display:grid;grid-template-columns:90px 1fr 85px 100px;gap:16px;align-items:center;padding:14px 0;border-bottom:1px solid var(--theme-line)}
.cart-line-img{width:90px;height:90px;border-radius:12px;background:var(--theme-soft);overflow:hidden}.cart-line-img img{width:100%;height:100%;object-fit:cover}
.cart-line-info h2{font:700 18px var(--theme-heading-font);margin:0 0 5px}.cart-line-info p{font-size:12px;color:var(--theme-muted)}
.qty-field{font-size:11px;font-weight:800}.qty-field input{width:70px;height:42px;border:1px solid var(--theme-line);border-radius:9px;padding:0 8px;display:block;margin-top:5px}
.line-total{text-align:right}.order-summary{padding:22px;position:sticky;top:18px}.order-summary h2{font:700 25px var(--theme-heading-font);margin-top:0}.order-summary>div{display:flex;justify-content:space-between;gap:18px;margin:12px 0}.order-summary hr{border:0;border-top:1px solid var(--theme-line);margin:18px 0}.summary-total strong{font-size:22px}.checkout-button{display:block;width:100%;text-align:center;margin-top:18px}.secure-note,.order-summary p{font-size:12px;color:var(--theme-muted);line-height:1.5}
.checkout-form-card{padding:26px}.checkout-form{display:grid;gap:14px}.checkout-form h2{font:700 25px var(--theme-heading-font);margin:16px 0 0}.checkout-form label{display:grid;gap:6px;font-size:12px;font-weight:800}.checkout-form input,.checkout-form select,.checkout-form textarea{width:100%;border:1px solid var(--theme-line);border-radius:10px;padding:12px;background:var(--theme-surface);font:inherit}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.checkout-errors{background:#fff0f0;border:1px solid #efcaca;border-radius:10px;padding:10px 14px;color:#8a2525}.checkout-errors p{margin:5px 0}
.review-card{padding:24px;margin-bottom:18px}.review-card h2{font:700 26px var(--theme-heading-font);margin-top:0}.cart-empty{text-align:center;padding:60px 20px}
@media(max-width:850px){.checkout-layout{grid-template-columns:1fr}.order-summary{position:static}.cart-line{grid-template-columns:72px 1fr}.qty-field,.line-total{grid-column:2}.line-total{text-align:left}.form-two{grid-template-columns:1fr}}

/* Orders 7.0 */
.order-success-card{max-width:720px;margin:auto;text-align:center;background:var(--theme-surface);border:1px solid var(--theme-line);border-radius:var(--theme-radius);padding:42px}
.order-success-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#eaf7ee;color:#24733e;font-size:30px;font-weight:900;margin:0 auto 18px}
.order-success-card h2{font:700 32px var(--theme-heading-font)}
.order-ref{display:inline-block;background:var(--theme-soft);border:1px solid var(--theme-line);border-radius:10px;padding:11px 15px;font-weight:900;letter-spacing:.06em;margin:15px 0}
.order-success-actions{margin-top:20px}

/* Shipping 7.1 */
.shipping-methods{display:grid;gap:10px}
.shipping-option{display:grid!important;grid-template-columns:auto 1fr auto!important;align-items:center;gap:12px;border:1px solid var(--theme-line);border-radius:12px;padding:14px;cursor:pointer}
.shipping-option:has(input:checked){border-color:var(--theme-accent);background:color-mix(in srgb,var(--theme-accent) 7%,var(--theme-surface))}
.shipping-option input{width:auto!important}
.shipping-option span strong,.shipping-option span small{display:block}
.shipping-option span small{color:var(--theme-muted);margin-top:3px;font-weight:500}
.shipping-option>b{font-size:14px}

/* SumUp 7.3 */
.order-success-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}

/* Customer accounts 7.4 */
.account-auth{max-width:620px}.account-grid{display:grid;grid-template-columns:220px minmax(0,1fr);gap:26px;align-items:start}.account-menu{display:grid;background:var(--theme-surface);border:1px solid var(--theme-line);border-radius:var(--theme-radius);padding:10px}.account-menu a{padding:12px;border-radius:9px;font-weight:800}.account-menu a.active{background:var(--theme-soft)}.account-orders{display:grid}.account-order{display:grid;grid-template-columns:1.4fr 1fr 100px 60px;gap:12px;align-items:center;padding:15px 0;border-bottom:1px solid var(--theme-line)}.account-order small{display:block;color:var(--theme-muted);margin-top:4px}@media(max-width:760px){.account-grid{grid-template-columns:1fr}.account-order{grid-template-columns:1fr 1fr}.account-menu{grid-template-columns:1fr 1fr}}

/* Full storefront integration 7.5 */
.home-category-cover{height:150px;margin:-1px -1px 16px;overflow:hidden;border-radius:calc(var(--theme-radius) - 1px) calc(var(--theme-radius) - 1px) 0 0;background:var(--theme-soft)}
.home-category-cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s}.category-card:hover .home-category-cover img{transform:scale(1.035)}
.home-final-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.product-buy-row{display:grid;grid-template-columns:110px 1fr;gap:12px;align-items:end;margin-top:18px}.product-buy-row label{display:grid;gap:6px;font-size:12px;font-weight:800}.product-buy-row input{height:48px;border:1px solid var(--theme-line);border-radius:10px;padding:0 10px;background:var(--theme-surface)}.product-cart-btn{height:48px;margin:0}.product-cart-btn:disabled{opacity:.45;cursor:not-allowed}.personalise-note{font-size:12px;color:var(--theme-muted);line-height:1.5}.category-card{overflow:hidden}
@media(max-width:600px){.product-buy-row{grid-template-columns:90px 1fr}.home-final-actions{width:100%}.home-final-actions .btn{flex:1;text-align:center}}


/* Gift4You 7.6.0 — real product media fix
   Remove legacy decorative mock-product layers now that live catalogue images are connected. */
.product-card .product-image::before,
.product-card .product-image::after,
.product-image::before,
.product-image::after,
.product-card .visual-mark::before,
.product-card .visual-mark::after{
    content:none !important;
    display:none !important;
    background:none !important;
    box-shadow:none !important;
    transform:none !important;
}
.product-card .product-image{
    padding:0 !important;
    background:var(--theme-soft) !important;
    isolation:isolate;
}
.product-card .catalog-product-img{
    position:relative !important;
    inset:auto !important;
    z-index:1 !important;
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    transform:none;
}
.product-card .product-badge{
    z-index:3 !important;
}
.product-card:hover .catalog-product-img{
    transform:scale(1.02);
}

/* 7.6 live catalogue navigation */
.live-category-nav{
    display:flex;
    gap:8px;
    overflow:auto;
    scrollbar-width:none;
    padding:10px 0 2px;
}
.live-category-nav::-webkit-scrollbar{display:none}
.live-category-nav a{
    flex:0 0 auto;
    border:1px solid var(--theme-line);
    background:var(--theme-surface);
    border-radius:999px;
    padding:8px 12px;
    font-size:12px;
    font-weight:800;
    white-space:nowrap;
}
.live-category-nav a:hover{
    border-color:var(--theme-accent);
    color:var(--theme-accent);
}

/* Personalisation capture 7.7 */
.personalisation-fields{display:grid;gap:14px;margin-top:16px}
.personalisation-fields label{display:grid;gap:6px;font-size:12px;font-weight:850}
.personalisation-fields textarea,.personalisation-fields input[type=file],.personalisation-fields select{width:100%;border:1px solid var(--theme-line);border-radius:10px;background:var(--theme-surface);padding:11px;font:inherit}
.personalisation-fields small{font-weight:500;color:var(--theme-muted);line-height:1.45}
.cart-personalisation{margin:8px 0;padding:9px 11px;border-radius:9px;background:var(--theme-soft);font-size:12px}
.cart-personalisation>strong{display:block;margin-bottom:4px}
.cart-personalisation p{margin:3px 0}
.cart-upload-preview{display:flex;gap:8px;align-items:center;margin-top:7px}
.cart-upload-preview img{width:48px;height:48px;object-fit:cover;border-radius:7px;border:1px solid var(--theme-line)}
.review-line small{display:block;color:var(--theme-muted);margin-top:4px;font-size:11px}

/* Gift4You Visual Product Designer 7.8 */
.g4u-designer{margin:20px 0;border:1px solid var(--theme-line);border-radius:18px;background:var(--theme-surface);overflow:hidden}
.g4u-designer-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding:20px;border-bottom:1px solid var(--theme-line)}
.g4u-designer-head h2{margin:4px 0 6px;font-size:26px}.g4u-designer-head p{margin:0;color:var(--theme-muted)}
.g4u-reset{border:1px solid var(--theme-line);background:#fff;border-radius:9px;padding:9px 13px;font-weight:800;cursor:pointer}
.g4u-designer-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);min-height:560px}
.g4u-canvas-wrap{padding:18px;background:#e9e5df;overflow:hidden}.g4u-canvas-toolbar{display:flex;gap:7px;align-items:center;margin-bottom:10px}.g4u-canvas-toolbar button{border:1px solid #ccd0d3;background:#fff;border-radius:8px;padding:7px 10px;font-weight:800;cursor:pointer}.g4u-canvas-toolbar span{min-width:48px;text-align:center;font-size:12px;font-weight:800}
.g4u-canvas-stage{position:relative;width:100%;aspect-ratio:1/1;max-height:610px;margin:auto;overflow:hidden;border-radius:15px;background:#fff;box-shadow:0 8px 28px rgba(0,0,0,.08);transform-origin:center center;transition:transform .12s}
.g4u-product-base{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;user-select:none;pointer-events:none}
.g4u-design-layer{position:absolute;inset:0;z-index:3}.g4u-safe-area{position:absolute;z-index:2;left:12%;top:12%;width:76%;height:76%;border:1px dashed rgba(184,137,67,.6);border-radius:10px;pointer-events:none}.g4u-safe-area span{position:absolute;top:5px;left:7px;font-size:10px;color:#8b6b37;background:rgba(255,255,255,.75);padding:2px 5px;border-radius:4px}
.g4u-design-item{position:absolute;z-index:4;cursor:grab;touch-action:none;min-width:24px;min-height:24px;transform-origin:center;user-select:none;color:#111;white-space:pre-wrap;text-align:center;line-height:1.05}
.g4u-design-item.selected{outline:2px solid #d09a43;outline-offset:4px}.g4u-design-item.is-clipart{font-size:58px;line-height:1}.g4u-design-item.is-image img{display:block;max-width:180px;max-height:180px;object-fit:contain}.g4u-design-item.is-inverted{filter:invert(1)}
.g4u-item-handle{display:none;position:absolute;right:-16px;top:-18px;width:24px;height:24px;border-radius:50%;background:#111;color:#fff;font:700 14px/24px sans-serif;text-align:center}.g4u-design-item.selected .g4u-item-handle{display:block}
.g4u-canvas-note{display:block;margin-top:10px;color:#666;line-height:1.4}
.g4u-controls{padding:18px;border-left:1px solid var(--theme-line);background:#fff}.g4u-add-tools{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.g4u-tool{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:74px;border:1px solid var(--theme-line);background:#fff;border-radius:11px;cursor:pointer;font:inherit}.g4u-tool:hover{border-color:var(--theme-accent);background:var(--theme-soft)}.g4u-tool strong{font-size:22px}.g4u-tool span{font-size:11px;font-weight:800}.g4u-upload-tool{position:relative}.g4u-upload-tool input{position:absolute;inset:0;opacity:0;cursor:pointer}
.g4u-rule-note{margin-top:10px;padding:9px;border-radius:8px;background:#fff6df;color:#76551e;font-size:11px}
.g4u-editor-panel{margin-top:16px;padding-top:15px;border-top:1px solid var(--theme-line)}.g4u-empty-selection{padding:18px;text-align:center;color:var(--theme-muted);background:var(--theme-soft);border-radius:10px}.g4u-selected-controls{display:grid;gap:12px}.g4u-selected-controls label{display:grid;gap:6px;font-size:11px;font-weight:800}.g4u-selected-controls textarea,.g4u-selected-controls select{width:100%;padding:9px;border:1px solid var(--theme-line);border-radius:8px;font:inherit}.g4u-selected-controls input[type=range]{width:100%}.g4u-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.g4u-element-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.g4u-element-actions button{padding:9px;border:1px solid var(--theme-line);border-radius:8px;background:#fff;font-weight:800;cursor:pointer}.g4u-element-actions .danger{color:#a12727}
.g4u-clipart-drawer{margin-top:14px;padding-top:14px;border-top:1px solid var(--theme-line)}.g4u-clipart-drawer h3{margin:0 0 10px}.g4u-clipart-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.g4u-clipart-grid button{min-height:72px;border:1px solid var(--theme-line);background:#fff;border-radius:9px;cursor:pointer}.g4u-clipart-grid button:hover{border-color:var(--theme-accent)}.g4u-clipart-grid span{display:block;font-size:28px}.g4u-clipart-grid small{display:block;font-size:9px;margin-top:3px}
@media(max-width:900px){.g4u-designer-grid{grid-template-columns:1fr}.g4u-controls{border-left:0;border-top:1px solid var(--theme-line)}.g4u-canvas-stage{max-width:620px}.g4u-designer-grid{min-height:0}}
@media(max-width:520px){.g4u-designer-head{padding:15px}.g4u-canvas-wrap,.g4u-controls{padding:12px}.g4u-add-tools{grid-template-columns:repeat(3,1fr)}.g4u-tool{min-height:64px}.g4u-design-item.is-image img{max-width:120px;max-height:120px}}

/* Gift4You Designer 7.9 — gallery replacement + dual side + lazy clipart */
.g4u-gallery-designer[hidden],.g4u-media-normal[hidden]{display:none!important}
.g4u-gallery-designer{position:sticky;top:16px}.g4u-side-tabs{display:flex;gap:7px;margin-bottom:8px}.g4u-side-tabs button{flex:1;padding:10px;border:1px solid var(--theme-line);background:#fff;border-radius:9px;font-weight:850}.g4u-side-tabs button.active{background:var(--theme-dark);color:#fff;border-color:var(--theme-dark)}
.g4u-gallery-designer .g4u-canvas-stage{width:100%;aspect-ratio:1/1;max-height:none}.g4u-designer-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:8px;font-size:11px;color:var(--theme-muted)}.g4u-designer-bottom button{padding:8px 13px;border:0;border-radius:8px;background:var(--theme-dark);color:#fff;font-weight:800}
.g4u-designer-panel{margin-top:18px;border:1px solid var(--theme-line);border-radius:15px;padding:16px;background:var(--theme-surface)}.g4u-designer-panel-head{display:flex;gap:12px;justify-content:space-between;align-items:center}.g4u-designer-panel-head h2{font-size:22px;margin:0 0 4px}.g4u-designer-panel-head p{margin:0;color:var(--theme-muted);font-size:12px}.g4u-side-status{display:flex;gap:7px;margin:12px 0}.g4u-side-status span{border:1px solid var(--theme-line);border-radius:999px;padding:5px 9px;font-size:10px;font-weight:800}.g4u-side-status span.has-design{background:#edf8ef;border-color:#b9dcbf;color:#236832}
.g4u-designer-panel .g4u-add-tools{margin-top:10px}.g4u-designer-panel .g4u-selected-controls{margin-top:14px;padding-top:14px;border-top:1px solid var(--theme-line)}
.g4u-design-help-card{margin-top:14px;border:1px solid #e6c77e;border-radius:15px;background:linear-gradient(145deg,#fffaf0,#fff4d9);overflow:hidden;box-shadow:0 8px 24px rgba(93,65,18,.08);transition:border-color .2s ease,box-shadow .2s ease}.g4u-design-help-card.is-selected{border-color:#b8781e;box-shadow:0 10px 28px rgba(184,120,30,.16)}
.g4u-design-help-toggle{display:grid!important;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:15px 16px;cursor:pointer;margin:0!important}.g4u-design-help-toggle>input{width:20px;height:20px;margin:0;accent-color:#b8781e}.g4u-design-help-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#111820;color:#f1c66c;font-size:21px}.g4u-design-help-copy{display:grid;gap:3px;min-width:0}.g4u-design-help-copy strong{font-size:14px;line-height:1.25;color:#111820}.g4u-design-help-copy small{font-size:11px;line-height:1.4;color:#6f5a34}.g4u-free-badge{align-self:start;border-radius:999px;padding:5px 9px;background:#168348;color:#fff;font-size:10px;font-weight:900;letter-spacing:.06em}
.g4u-design-help-fields{display:grid;grid-template-columns:minmax(180px,.38fr) minmax(0,1fr);gap:14px;padding:16px;border-top:1px solid rgba(184,120,30,.25);background:rgba(255,255,255,.72)}.g4u-design-help-fields[hidden]{display:none!important}.g4u-design-help-fields label{display:grid!important;align-content:start;gap:7px;margin:0!important;font-size:12px;font-weight:850;color:#111820}.g4u-design-help-fields select,.g4u-design-help-fields textarea{width:100%;box-sizing:border-box;border:1px solid #d8c7a6;border-radius:10px;background:#fff;padding:11px;font:inherit;color:#111820}.g4u-design-help-fields select{min-height:44px}.g4u-design-help-fields textarea{min-height:132px;resize:vertical;line-height:1.45}.g4u-help-details{grid-column:2}.g4u-help-process{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr;gap:7px 9px;padding:12px;border-radius:11px;background:#f7f3eb}.g4u-help-process>span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#111820;color:#fff;font-size:11px;font-weight:900}.g4u-help-process p{margin:2px 0 7px;font-size:11px;line-height:1.45;color:#5d503e}.g4u-help-process p:last-child{margin-bottom:0}

/* 7.11.24 — full-screen editor: canvas and tools side by side on desktop. */
html.g4u-designer-open,html.g4u-designer-open body{overflow:hidden!important}
.g4u-gallery-designer.g4u-designer-active{position:fixed!important;inset:0!important;z-index:100500!important;width:100vw!important;height:100dvh!important;max-width:none!important;margin:0!important;padding:22px!important;box-sizing:border-box!important;background:#f4f2ee!important;display:grid!important;grid-template-columns:minmax(480px,1.25fr) minmax(360px,.75fr)!important;grid-template-rows:auto auto minmax(0,1fr) auto!important;column-gap:24px!important;row-gap:10px!important;overflow:hidden!important}
.g4u-gallery-designer.g4u-designer-active .g4u-side-tabs{grid-column:1;grid-row:1;margin:0!important}.g4u-gallery-designer.g4u-designer-active .g4u-canvas-toolbar{grid-column:1;grid-row:2;margin:0!important}.g4u-gallery-designer.g4u-designer-active .g4u-canvas-stage{grid-column:1;grid-row:3;width:auto!important;height:100%!important;max-width:100%!important;max-height:100%!important;aspect-ratio:1/1!important;margin:auto!important;box-shadow:0 18px 55px rgba(17,24,32,.16)}
.g4u-gallery-designer.g4u-designer-active .g4u-mobile-tools-host{grid-column:2;grid-row:1/4;display:block!important;min-width:0;min-height:0;overflow-y:auto;padding:18px;border:1px solid var(--theme-line);border-radius:16px;background:#fff;box-shadow:0 12px 36px rgba(17,24,32,.08)}.g4u-gallery-designer.g4u-designer-active .g4u-mobile-tools-host .g4u-side-status{margin-top:0}.g4u-gallery-designer.g4u-designer-active .g4u-mobile-tools-host .g4u-selected-controls{margin-top:18px;padding-top:18px;border-top:1px solid var(--theme-line)}
.g4u-gallery-designer.g4u-designer-active .g4u-designer-bottom{grid-column:1/3;grid-row:4;margin:0!important;padding-top:4px}.g4u-gallery-designer.g4u-designer-active .g4u-mobile-editor-header{display:none}
@media(max-width:980px) and (min-width:761px){.g4u-gallery-designer.g4u-designer-active{grid-template-columns:minmax(400px,1.05fr) minmax(320px,.95fr)!important;padding:14px!important;column-gap:14px!important}}
@media(max-width:760px){.g4u-design-help-toggle{grid-template-columns:auto minmax(0,1fr) auto;gap:10px;padding:13px}.g4u-design-help-icon{display:none}.g4u-design-help-fields{grid-template-columns:1fr;padding:13px}.g4u-help-contact,.g4u-help-details{grid-column:1}.g4u-design-help-fields textarea{min-height:150px}}
.g4u-clipart-drawer{position:relative;margin-top:14px;border-top:1px solid var(--theme-line);padding-top:12px}.g4u-clipart-head{display:flex;align-items:center;justify-content:space-between}.g4u-clipart-head h3{margin:0}.g4u-clipart-head button{border:0;background:transparent;font-size:24px}.g4u-clipart-categories{display:flex;gap:6px;overflow:auto;padding:10px 0;scrollbar-width:none}.g4u-clipart-categories::-webkit-scrollbar{display:none}.g4u-clipart-categories button{flex:0 0 auto;border:1px solid var(--theme-line);background:#fff;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:800}.g4u-clipart-categories button.sub{background:var(--theme-soft)}
.g4u-clipart-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;max-height:330px;overflow:auto}.g4u-clipart-item{border:1px solid var(--theme-line);background:#fff;border-radius:8px;padding:5px;min-width:0}.g4u-clipart-item img{width:100%;aspect-ratio:1;object-fit:contain}.g4u-clipart-item span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.g4u-load-more{width:100%;margin-top:8px;padding:8px;border:1px solid var(--theme-line);background:#fff;border-radius:8px;font-weight:800}
@media(max-width:760px){.g4u-gallery-designer{position:static}.g4u-designer-panel-head{align-items:flex-start;flex-direction:column}.g4u-designer-panel-head .btn{width:100%}.g4u-clipart-grid{grid-template-columns:repeat(3,1fr);max-height:260px}.g4u-canvas-stage{touch-action:none}}

/* Gift4You 7.9.7 clipart picker modal */
.g4u-modal-open{overflow:hidden}
.g4u-clipart-modal[hidden]{display:none!important}
.g4u-clipart-modal{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:18px}
.g4u-clipart-backdrop{position:absolute;inset:0;background:rgba(8,13,18,.72);backdrop-filter:blur(2px)}
.g4u-clipart-dialog{position:relative;z-index:1;width:min(920px,96vw);max-height:min(760px,90vh);overflow:hidden;display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 24px 80px rgba(0,0,0,.35);padding:16px}
.g4u-clipart-dialog .g4u-clipart-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #e7e7e7;padding-bottom:10px}
.g4u-clipart-dialog .g4u-clipart-head small{display:block;color:#8a6b36;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.g4u-clipart-dialog .g4u-clipart-head h3{font-size:23px;margin:2px 0 0}
.g4u-clipart-dialog #g4uCloseClipart{width:38px;height:38px;border:0;border-radius:50%;background:#111820;color:#fff;font-size:24px;line-height:1;cursor:pointer}
.g4u-clipart-dialog .g4u-clipart-categories{flex:0 0 auto;padding:11px 0}
.g4u-clipart-dialog .g4u-clipart-categories button.active{background:#111820;color:#fff;border-color:#111820}
.g4u-clipart-dialog .g4u-clipart-grid{flex:1 1 auto;min-height:250px;max-height:none;overflow:auto;grid-template-columns:repeat(6,minmax(0,1fr));padding:4px}
.g4u-clipart-dialog .g4u-clipart-item{cursor:pointer}
.g4u-clipart-dialog .g4u-clipart-item:hover{border-color:#b88943;box-shadow:0 0 0 1px #b88943}
.g4u-clipart-error,.g4u-empty-clipart{grid-column:1/-1;display:grid;gap:8px;place-items:center;text-align:center;padding:36px 16px;color:#6f7780}
.g4u-clipart-error strong{color:#a32727}.g4u-clipart-error button{padding:8px 13px;border:0;border-radius:8px;background:#111820;color:#fff;font-weight:800}
@media(max-width:760px){
 .g4u-clipart-modal{padding:0;place-items:end center}
 .g4u-clipart-dialog{width:100%;max-height:86vh;border-radius:18px 18px 0 0;padding:13px}
 .g4u-clipart-dialog .g4u-clipart-grid{grid-template-columns:repeat(3,minmax(0,1fr));min-height:220px}
}

/* Gift4You 7.9.8 — mobile designer must sit above header/cart */
@media(max-width:760px){
  html.g4u-designer-open,
  html.g4u-designer-open body{
    overflow:hidden!important;
    overscroll-behavior:none;
  }

  .g4u-gallery-designer.g4u-designer-active{
    position:fixed!important;
    inset:0!important;
    z-index:100500!important;
    width:100vw!important;
    height:100dvh!important;
    max-width:none!important;
    max-height:none!important;
    margin:0!important;
    padding:
      max(10px,env(safe-area-inset-top))
      12px
      max(12px,env(safe-area-inset-bottom))
      12px!important;
    background:var(--theme-bg,#fbfaf8)!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:auto!important;
    -webkit-overflow-scrolling:touch;
    box-sizing:border-box!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-side-tabs{
    flex:0 0 auto;
    margin:0 0 8px!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-canvas-toolbar{
    flex:0 0 auto;
    margin-bottom:8px!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-canvas-stage{
    flex:1 1 auto!important;
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    max-height:calc(100dvh - 155px)!important;
    aspect-ratio:1/1!important;
    margin:0 auto!important;
    transform-origin:center center!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-product-base{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-designer-bottom{
    position:sticky!important;
    bottom:0!important;
    z-index:4!important;
    flex:0 0 auto!important;
    margin:8px -12px 0!important;
    padding:9px 12px calc(9px + env(safe-area-inset-bottom))!important;
    background:rgba(251,250,248,.96)!important;
    backdrop-filter:blur(8px);
    border-top:1px solid var(--theme-line,#e7e1d7)!important;
  }

  .g4u-gallery-designer.g4u-designer-active #g4uCloseDesigner{
    min-width:96px!important;
    min-height:44px!important;
    font-size:15px!important;
  }

  /* Force designer above any sticky storefront header/cart/nav. */
  body > header,
  .site-header,
  .header-main,
  .mobile-header,
  .sticky-header,
  .cart-drawer,
  .cart-flyout{
    z-index:1000;
  }

  html.g4u-designer-open body > header,
  html.g4u-designer-open .site-header,
  html.g4u-designer-open .header-main,
  html.g4u-designer-open .mobile-header,
  html.g4u-designer-open .sticky-header{
    pointer-events:none!important;
  }
}

/* Gift4You 7.9.9 — keep design elements inside engraving area */
.g4u-safe-area{overflow:hidden}
.g4u-design-layer{overflow:hidden}
.g4u-design-item.selected{box-shadow:0 0 0 1px rgba(184,137,67,.35)}

/* Gift4You 7.10.0 — usable mobile fullscreen editor controls */
.g4u-mobile-tools-host{display:none}

@media(max-width:760px){
  .g4u-gallery-designer.g4u-designer-active{
    overflow:hidden!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-canvas-toolbar{
    order:1;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-side-tabs{
    order:0;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-canvas-stage{
    order:2;
    flex:0 0 auto!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    aspect-ratio:1/1!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-mobile-tools-host{
    order:3;
    display:block!important;
    flex:1 1 auto!important;
    min-height:0!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior:contain;
    padding:10px 2px 100px;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-mobile-tools-host .g4u-side-status{
    display:flex!important;
    margin:0 0 10px!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-mobile-tools-host .g4u-add-tools{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
    margin:0 0 12px!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-mobile-tools-host .g4u-tool{
    min-height:74px!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-mobile-tools-host .g4u-selected-controls{
    display:block;
    background:#fff;
    border:1px solid var(--theme-line,#e7e1d7);
    border-radius:14px;
    padding:12px;
    margin-top:10px;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-mobile-tools-host .g4u-selected-controls[hidden]{
    display:none!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-designer-bottom{
    order:4;
    position:absolute!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    margin:0!important;
    padding:10px 12px calc(10px + env(safe-area-inset-bottom))!important;
  }

  /* Canvas stays large enough to edit, but leaves room for controls below. */
  @media (orientation:portrait){
    .g4u-gallery-designer.g4u-designer-active .g4u-canvas-stage{
      width:min(100%,58dvh)!important;
      margin:0 auto!important;
    }
  }

  @media (orientation:landscape){
    .g4u-gallery-designer.g4u-designer-active{
      display:grid!important;
      grid-template-columns:minmax(280px,52vw) 1fr!important;
      grid-template-rows:auto auto 1fr auto!important;
      gap:8px!important;
    }
    .g4u-gallery-designer.g4u-designer-active .g4u-side-tabs{grid-column:1;grid-row:1}
    .g4u-gallery-designer.g4u-designer-active .g4u-canvas-toolbar{grid-column:1;grid-row:2}
    .g4u-gallery-designer.g4u-designer-active .g4u-canvas-stage{grid-column:1;grid-row:3;width:100%!important}
    .g4u-gallery-designer.g4u-designer-active .g4u-mobile-tools-host{grid-column:2;grid-row:1/4;padding-bottom:80px}
    .g4u-gallery-designer.g4u-designer-active .g4u-designer-bottom{grid-column:1/3}
  }
}

/* Gift4You 7.10.1 — redesigned mobile editor for iPhone/Safari */
.g4u-mobile-editor-header{display:none}

@media(max-width:760px){
  html.g4u-designer-open,
  html.g4u-designer-open body{
    overflow:hidden!important;
    height:100%!important;
  }

  .g4u-gallery-designer.g4u-designer-active{
    position:fixed!important;
    inset:0!important;
    z-index:100500!important;
    width:100vw!important;
    height:100dvh!important;
    margin:0!important;
    padding:0 0 calc(18px + env(safe-area-inset-bottom))!important;
    background:#fbfaf8!important;
    display:flex!important;
    flex-direction:column!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior:contain!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-mobile-editor-header{
    position:sticky!important;
    top:0!important;
    z-index:30!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    flex:0 0 auto!important;
    padding:
      calc(8px + env(safe-area-inset-top))
      14px
      9px!important;
    background:#111820!important;
    color:#fff!important;
    border-bottom:1px solid rgba(255,255,255,.12)!important;
  }

  .g4u-mobile-editor-title{
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    gap:1px!important;
  }

  .g4u-mobile-editor-title strong{
    font-size:16px!important;
    line-height:1.1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  .g4u-mobile-editor-title span{
    font-size:11px!important;
    color:#d6b56e!important;
    font-weight:800!important;
  }

  #g4uMobileDone{
    flex:0 0 auto!important;
    border:0!important;
    border-radius:10px!important;
    padding:10px 17px!important;
    background:#fff!important;
    color:#111820!important;
    font-weight:900!important;
    font-size:14px!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-side-tabs,
  .g4u-gallery-designer.g4u-designer-active .g4u-canvas-toolbar{
    position:static!important;
    flex:0 0 auto!important;
    margin:0!important;
    padding:7px 10px!important;
    background:#fff!important;
    border-bottom:1px solid var(--theme-line,#e7e1d7)!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-side-tabs{
    display:flex!important;
    gap:6px!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-side-tabs button{
    min-height:34px!important;
    padding:6px 10px!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-canvas-toolbar{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-canvas-toolbar button{
    min-width:40px!important;
    min-height:36px!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-canvas-stage{
    position:relative!important;
    flex:0 0 auto!important;
    width:min(100%,54dvh)!important;
    height:auto!important;
    max-height:none!important;
    min-height:0!important;
    aspect-ratio:1/1!important;
    margin:10px auto 6px!important;
    border-radius:14px!important;
    transform:none!important;
    transform-origin:center center!important;
    touch-action:none!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-mobile-tools-host{
    position:static!important;
    display:block!important;
    flex:0 0 auto!important;
    width:100%!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
    padding:8px 12px 22px!important;
    box-sizing:border-box!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-mobile-tools-host .g4u-side-status{
    display:flex!important;
    margin:0 0 8px!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-mobile-tools-host .g4u-add-tools{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
    margin:0 0 10px!important;
    overflow:visible!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-mobile-tools-host .g4u-tool{
    min-width:0!important;
    min-height:68px!important;
    padding:8px 5px!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-mobile-tools-host .g4u-selected-controls{
    position:static!important;
    display:block;
    width:100%!important;
    max-height:none!important;
    overflow:visible!important;
    margin:8px 0 0!important;
    padding:12px!important;
    background:#fff!important;
    border:1px solid var(--theme-line,#e7e1d7)!important;
    border-radius:14px!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-mobile-tools-host .g4u-selected-controls[hidden]{
    display:none!important;
  }

  .g4u-gallery-designer.g4u-designer-active .g4u-designer-bottom{
    display:none!important;
  }

  .g4u-gallery-designer.g4u-designer-active,
  .g4u-gallery-designer.g4u-designer-active *{
    box-sizing:border-box!important;
  }

  .g4u-clipart-modal{
    z-index:100700!important;
  }
}


/* Gift4You 7.10.13 — stronger visual category cards */
#categories .home-category-cover{
    height:230px;
    margin:-1px -1px 18px;
}
#categories .home-category-cover img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
@media(max-width:900px){
    #categories .home-category-cover{height:210px}
}
@media(max-width:620px){
    #categories .home-category-cover{height:200px}
}

/* 7.11.25 — final cascade-safe desktop split editor override. */
@media(min-width:761px){
  html.g4u-designer-open,
  html.g4u-designer-open body{
    width:100%!important;
    height:100%!important;
    overflow:hidden!important;
  }
  .g4u-gallery-designer.g4u-designer-active[data-layout="split"]{
    position:fixed!important;
    inset:0!important;
    z-index:2147483000!important;
    display:grid!important;
    grid-template-columns:minmax(0,3fr) minmax(360px,2fr)!important;
    grid-template-rows:auto auto minmax(0,1fr) auto!important;
    gap:10px 24px!important;
    width:100vw!important;
    height:100vh!important;
    height:100dvh!important;
    max-width:none!important;
    max-height:none!important;
    margin:0!important;
    padding:20px 24px!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
    background:#f3f1ed!important;
  }
  .g4u-gallery-designer.g4u-designer-active[data-layout="split"] .g4u-side-tabs{
    grid-column:1!important;
    grid-row:1!important;
    display:flex!important;
    margin:0!important;
  }
  .g4u-gallery-designer.g4u-designer-active[data-layout="split"] .g4u-canvas-toolbar{
    grid-column:1!important;
    grid-row:2!important;
    display:flex!important;
    margin:0!important;
  }
  .g4u-gallery-designer.g4u-designer-active[data-layout="split"] .g4u-canvas-stage{
    grid-column:1!important;
    grid-row:3!important;
    align-self:center!important;
    justify-self:center!important;
    width:auto!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    min-width:0!important;
    min-height:0!important;
    aspect-ratio:1/1!important;
    margin:0!important;
    transform:none!important;
  }
  .g4u-gallery-designer.g4u-designer-active[data-layout="split"] .g4u-mobile-tools-host{
    grid-column:2!important;
    grid-row:1/4!important;
    display:block!important;
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:20px!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    box-sizing:border-box!important;
    border:1px solid var(--theme-line,#e7e1d7)!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:0 16px 44px rgba(17,24,32,.1)!important;
  }
  .g4u-gallery-designer.g4u-designer-active[data-layout="split"] .g4u-designer-bottom{
    grid-column:1/3!important;
    grid-row:4!important;
    display:flex!important;
    position:static!important;
    margin:0!important;
  }
  .g4u-gallery-designer.g4u-designer-active[data-layout="split"] .g4u-mobile-editor-header{
    display:none!important;
  }
}

/* Gift4You 7.10.16 — real Metal Engraving category photo */
#categories .home-category-cover img{
    object-fit:cover;
    object-position:center;
}

/* Gift4You 7.10.18 — corrected premium personalised-gift story section */
.story-section{overflow:hidden}
.story-grid{align-items:center}
.story-visual{position:relative;min-height:520px;overflow:hidden;isolation:isolate;border:1px solid rgba(202,151,66,.22);box-shadow:0 28px 70px rgba(17,24,32,.12);background:linear-gradient(145deg,#111820,#1b2530)!important}
.story-glow{position:absolute;z-index:0;left:8%;right:-10%;bottom:-30%;height:72%;background:radial-gradient(circle,rgba(214,166,83,.24),rgba(214,166,83,0) 68%);pointer-events:none}
.story-sample{position:absolute;z-index:2;box-sizing:border-box;box-shadow:0 24px 48px rgba(0,0,0,.30)}
.story-sample-main{left:11%;top:16%;width:59%;min-height:278px;padding:42px 36px;border-radius:24px;background:linear-gradient(145deg,#f0d49a,#c9954d)!important;color:#17202a!important;transform:rotate(-3deg);border:1px solid rgba(255,255,255,.5)}
.story-sample-main:after{content:"";position:absolute;inset:10px;border:1px solid rgba(44,29,14,.22);border-radius:17px;pointer-events:none}
.story-sample-kicker{display:block;color:#664617!important;font-size:10px;font-weight:900;letter-spacing:.18em;margin-bottom:25px}
.story-sample-main strong{display:block;color:#101820!important;font:700 clamp(30px,3vw,46px)/.98 var(--theme-heading-font);letter-spacing:-.025em}
.story-sample-main small{display:block;color:#553a16!important;margin-top:28px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.story-sample-tag{right:8%;top:10%;width:150px;height:150px;border-radius:50%;padding:48px 18px 20px;text-align:center;background:linear-gradient(145deg,#fff,#c8cccf)!important;color:#17202a!important;transform:rotate(8deg);border:5px solid rgba(255,255,255,.72)}
.story-sample-tag span{display:block;color:#17202a!important;font:700 28px var(--theme-heading-font)}
.story-sample-tag small{color:#4d555d!important;font-size:9px;letter-spacing:.1em}
.story-sample-card{right:7%;bottom:10%;width:31%;height:180px;border-radius:18px;padding:35px 25px;background:linear-gradient(145deg,#293542,#0d141b)!important;color:#e6bd6d!important;border:1px solid rgba(230,189,109,.5);transform:rotate(5deg)}
.story-sample-card span{color:#e6bd6d!important;font:700 34px/1 var(--theme-heading-font);letter-spacing:.06em}
.story-visual .laser-line{position:absolute;left:6%;right:5%;top:53%;height:2px;z-index:4;opacity:.78;background:#e8c16f!important;box-shadow:0 0 18px rgba(232,193,111,.7)}
.story-caption{position:absolute;z-index:3;left:7%;bottom:7%;font-size:9px;font-weight:900;letter-spacing:.18em;color:#e5bd6d!important}
.story-copy{max-width:650px}.story-copy h2{font-size:clamp(44px,5vw,70px);line-height:.94;letter-spacing:-.035em;margin:14px 0 22px}.story-copy p{font-size:17px;line-height:1.7;max-width:620px}
.story-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:24px 0 28px}
.story-points span{display:flex;align-items:center;min-height:54px;padding:10px 13px;border:1px solid var(--theme-line);border-radius:14px;background:var(--theme-soft);font-size:11px;font-weight:850;line-height:1.25}
.story-points span:before{content:"✓";display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;margin-right:8px;border-radius:50%;background:#111820;color:#e6bd6d;font-size:12px;font-weight:900}
@media(max-width:900px){.story-grid{grid-template-columns:1fr!important;gap:36px!important}.story-visual{min-height:460px;max-width:680px;width:100%;margin:auto}.story-copy{max-width:720px}}
@media(max-width:620px){.story-visual{min-height:390px;border-radius:22px}.story-sample-main{left:6%;top:18%;width:69%;min-height:225px;padding:34px 24px}.story-sample-main strong{font-size:30px}.story-sample-tag{right:4%;top:8%;width:108px;height:108px;padding:31px 10px 12px}.story-sample-tag span{font-size:21px}.story-sample-card{right:4%;bottom:11%;width:35%;height:135px;padding:27px 16px}.story-sample-card span{font-size:25px}.story-caption{left:6%;bottom:5%;font-size:7px;letter-spacing:.12em}.story-copy h2{font-size:43px}.story-points{grid-template-columns:1fr}.story-points span{min-height:46px}}

/* Gift4You 7.10.19 — real premium image for personalised gift story */
.story-visual-photo{min-height:0!important;aspect-ratio:1/1.08;background:#111820!important;overflow:hidden;border-radius:calc(var(--theme-radius) + 8px);box-shadow:0 28px 70px rgba(17,24,32,.14)}
.story-visual-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:inherit}
@media(max-width:900px){.story-visual-photo{max-width:680px;aspect-ratio:1/1.02}}
@media(max-width:620px){.story-visual-photo{min-height:0!important;aspect-ratio:1/1.05;border-radius:22px}.story-copy h2{font-size:clamp(38px,12vw,48px)}}


/* Gift4You 7.10.20 — centre premium story artwork without cropping */
.story-visual-photo{min-height:0!important;aspect-ratio:7/6!important;background:#111820!important;display:flex;align-items:center;justify-content:center;overflow:hidden}
.story-visual-photo img{display:block;width:100%!important;height:100%!important;object-fit:contain!important;object-position:50% 50%!important;margin:auto}
@media(max-width:900px){.story-visual-photo{width:100%;max-width:680px;aspect-ratio:7/6!important}}
@media(max-width:620px){.story-visual-photo{aspect-ratio:7/6!important}.story-visual-photo img{object-fit:contain!important;object-position:center!important}}

/* Gift4You 7.10.21 — centred story composition + complementary copy */
.story-section{display:flex;align-items:center;min-height:clamp(620px,72vh,820px);padding-block:clamp(64px,8vh,110px)!important}
.story-section>.container.story-grid{width:min(1180px,calc(100% - 48px));margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(54px,7vw,108px);align-items:center;justify-content:center}
.story-visual-photo{width:100%;max-width:560px;aspect-ratio:auto!important;justify-self:end;background:#111820!important;border-radius:28px!important;overflow:hidden!important}
.story-visual-photo img{width:100%!important;height:auto!important;object-fit:contain!important;object-position:center!important;border-radius:inherit!important}
.story-copy{width:100%;max-width:590px;justify-self:start}
.story-copy h2{font-size:clamp(46px,4.6vw,68px);line-height:.96;max-width:590px;margin:14px 0 24px}
.story-copy p{font-size:17px;line-height:1.72;max-width:570px}
.story-points{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:25px 0 30px}
.story-points span{min-height:62px;padding:11px 12px;font-size:11px}
.story-copy .btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding-inline:24px}
@media(max-width:900px){
 .story-section{min-height:0;padding-block:64px!important}
 .story-section>.container.story-grid{width:min(720px,calc(100% - 36px));grid-template-columns:1fr!important;gap:42px!important;text-align:center}
 .story-visual-photo{justify-self:center;max-width:620px}
 .story-copy{justify-self:center;max-width:650px}
 .story-copy h2,.story-copy p{margin-left:auto;margin-right:auto}
 .story-points{max-width:650px;margin-left:auto;margin-right:auto;text-align:left}
 .story-copy .btn{margin-inline:auto}
}
@media(max-width:620px){
 .story-section{padding-block:46px!important}
 .story-section>.container.story-grid{width:calc(100% - 28px);gap:32px!important}
 .story-visual-photo{border-radius:22px!important}
 .story-copy h2{font-size:clamp(38px,11vw,48px);line-height:.98}
 .story-copy p{font-size:15px;line-height:1.65}
 .story-points{grid-template-columns:1fr;gap:8px;margin:20px 0 24px}
 .story-points span{min-height:50px}
 .story-copy .btn{width:100%}
}


/* Gift4You 7.10.22 — show full premium artwork + complementary story copy */
.story-section{min-height:clamp(650px,76vh,900px);padding-block:clamp(58px,7vh,96px)!important}
.story-section>.container.story-grid{
  width:min(1320px,calc(100% - 44px));
  grid-template-columns:minmax(0,1.28fr) minmax(360px,.72fr);
  gap:clamp(42px,5vw,78px);
  align-items:center;
}
.story-visual-photo{
  width:100%;
  max-width:none;
  aspect-ratio:auto!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  overflow:visible!important;
  justify-self:stretch;
}
.story-visual-photo img{
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block;
  border-radius:26px!important;
  box-shadow:0 28px 70px rgba(17,24,32,.12);
}
.story-copy{max-width:520px}
.story-copy h2{font-size:clamp(42px,4.15vw,64px);line-height:.98;max-width:520px;margin:14px 0 22px}
.story-copy p{max-width:510px;font-size:16px;line-height:1.72}
.story-points{grid-template-columns:1fr;gap:9px;margin:24px 0 28px;max-width:510px}
.story-points span{min-height:48px;padding:10px 13px;font-size:12px}
@media(max-width:1050px){
  .story-section>.container.story-grid{grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:36px}
  .story-copy h2{font-size:clamp(40px,4.6vw,56px)}
}
@media(max-width:900px){
  .story-section{min-height:0;padding-block:58px!important}
  .story-section>.container.story-grid{width:min(760px,calc(100% - 34px));grid-template-columns:1fr!important;gap:38px!important}
  .story-visual-photo{max-width:760px;justify-self:center}
  .story-copy{max-width:680px;text-align:center;justify-self:center}
  .story-copy h2,.story-copy p,.story-points{margin-left:auto;margin-right:auto}
  .story-points{max-width:560px;text-align:left}
}
@media(max-width:620px){
  .story-section{padding-block:42px!important}
  .story-section>.container.story-grid{width:calc(100% - 24px);gap:28px!important}
  .story-visual-photo img{border-radius:18px!important}
  .story-copy h2{font-size:clamp(36px,10.8vw,46px)}
  .story-copy p{font-size:15px}
  .story-points span{font-size:11px}
}


/* Gift4You 7.10.23 — balanced story size, full artwork and complementary copy */
.story-section{min-height:0!important;padding-block:clamp(54px,6vw,82px)!important}
.story-section>.container.story-grid{
  width:min(1180px,calc(100% - 48px))!important;
  margin-inline:auto!important;
  grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr)!important;
  gap:clamp(54px,6vw,84px)!important;
  align-items:center!important;
}
.story-visual-photo{
  width:100%!important;
  max-width:610px!important;
  justify-self:end!important;
  align-self:center!important;
  background:transparent!important;
  overflow:visible!important;
}
.story-visual-photo img{
  width:100%!important;
  height:auto!important;
  max-height:610px!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:24px!important;
}
.story-copy{width:100%!important;max-width:520px!important;justify-self:start!important}
.story-copy h2{font-size:clamp(42px,4vw,60px)!important;line-height:.98!important;max-width:520px!important;margin:12px 0 20px!important}
.story-copy p{font-size:16px!important;line-height:1.68!important;max-width:510px!important;margin-bottom:0!important}
.story-points{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin:22px 0 26px!important;max-width:510px!important}
.story-points span{display:grid!important;grid-template-columns:28px 1fr!important;grid-template-rows:auto auto!important;column-gap:10px!important;min-height:0!important;padding:10px 13px!important;align-items:center!important}
.story-points span:before{grid-column:1!important;grid-row:1 / span 2!important;margin-right:0!important}
.story-points strong{grid-column:2!important;grid-row:1!important;font-size:12px!important;line-height:1.25!important}
.story-points small{grid-column:2!important;grid-row:2!important;margin-top:2px!important;color:var(--theme-muted)!important;font-size:11px!important;font-weight:500!important;line-height:1.35!important}
.story-copy .btn{min-height:48px!important;padding-inline:22px!important}
@media(max-width:1050px){
 .story-section>.container.story-grid{width:min(960px,calc(100% - 40px))!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:42px!important}
 .story-visual-photo{max-width:540px!important}
 .story-visual-photo img{max-height:540px!important}
 .story-copy h2{font-size:clamp(38px,4.7vw,52px)!important}
}
@media(max-width:900px){
 .story-section{padding-block:50px!important}
 .story-section>.container.story-grid{width:min(700px,calc(100% - 34px))!important;grid-template-columns:1fr!important;gap:34px!important}
 .story-visual-photo{max-width:600px!important;justify-self:center!important}
 .story-visual-photo img{max-height:none!important}
 .story-copy{max-width:600px!important;justify-self:center!important;text-align:center!important}
 .story-copy h2,.story-copy p,.story-points{margin-left:auto!important;margin-right:auto!important}
 .story-points{text-align:left!important}
}
@media(max-width:620px){
 .story-section{padding-block:38px!important}
 .story-section>.container.story-grid{width:calc(100% - 24px)!important;gap:26px!important}
 .story-visual-photo{max-width:100%!important}
 .story-visual-photo img{border-radius:18px!important}
 .story-copy h2{font-size:clamp(36px,10vw,44px)!important}
 .story-copy p{font-size:15px!important}
 .story-points span{padding:10px!important}
 .story-copy .btn{width:100%!important}
}

/* Gift4You 7.10.24 — premium Business Gifts artwork */
#business{overflow:hidden}
#business .business-grid{
  display:grid;
  grid-template-columns:minmax(300px,.82fr) minmax(480px,1.18fr);
  gap:clamp(44px,6vw,90px);
  align-items:center;
  width:min(1180px,calc(100% - 48px));
  margin-inline:auto;
}
#business .business-grid>div:first-child{max-width:520px}
#business .business-visual{
  width:100%;
  max-width:650px;
  justify-self:end;
  border-radius:24px;
  overflow:hidden;
  background:#0f151b;
}
#business .business-visual img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center;
}
@media(max-width:900px){
 #business .business-grid{grid-template-columns:1fr;gap:34px;width:min(700px,calc(100% - 34px))}
 #business .business-grid>div:first-child{max-width:620px;text-align:center;justify-self:center}
 #business .business-visual{max-width:680px;justify-self:center}
}
@media(max-width:620px){
 #business .business-grid{width:calc(100% - 24px);gap:26px}
 #business .business-visual{border-radius:18px}
}


/* Gift4You 7.10.25 — Business section size + centring fix */
#business .business-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:clamp(56px,6vw,84px)!important;
  width:min(1080px,calc(100% - 48px))!important;
  align-items:center!important;
  margin-inline:auto!important;
}
#business .business-grid>div:first-child{
  width:100%!important;
  max-width:470px!important;
  justify-self:center!important;
}
#business .business-visual{
  width:100%!important;
  max-width:520px!important;
  justify-self:center!important;
  align-self:center!important;
  margin-inline:auto!important;
  border-radius:22px!important;
  overflow:hidden!important;
}
#business .business-visual img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:520px!important;
  margin-inline:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
}
@media(min-width:901px){
  #business{padding-block:clamp(58px,5.5vw,82px)!important}
}
@media(max-width:900px){
  #business .business-grid{
    grid-template-columns:1fr!important;
    gap:34px!important;
    width:min(700px,calc(100% - 34px))!important;
  }
  #business .business-grid>div:first-child{
    max-width:600px!important;
    text-align:center!important;
  }
  #business .business-visual{
    max-width:540px!important;
    justify-self:center!important;
  }
  #business .business-visual img{max-width:540px!important}
}
@media(max-width:620px){
  #business .business-grid{width:calc(100% - 24px)!important;gap:26px!important}
  #business .business-visual{max-width:100%!important;border-radius:18px!important}
  #business .business-visual img{max-width:100%!important}
}

/* Gift4You 7.10.26 — complete Business artwork + accessibility */
#business .business-visual{display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;background:transparent!important;border-radius:0!important}
#business .business-visual img{display:block!important;width:100%!important;height:auto!important;max-width:520px!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;border-radius:22px!important}
.section-dark p,.section-dark small{color:#d7dce2!important}
@media(max-width:620px){#business .business-visual img{border-radius:18px!important}}
/* Local engraving-designer script fonts (SIL Open Font Licence). */
@font-face{font-family:'Alex Brush';src:url('/assets/fonts/script/AlexBrush-Regular.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:'Dancing Script';src:url('/assets/fonts/script/DancingScript-Regular.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:'Dancing Script';src:url('/assets/fonts/script/DancingScript-Bold.ttf') format('truetype');font-style:normal;font-weight:700;font-display:swap}
@font-face{font-family:'Great Vibes';src:url('/assets/fonts/script/GreatVibes-Regular.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:'Pacifico';src:url('/assets/fonts/script/Pacifico-Regular.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:'Pinyon Script';src:url('/assets/fonts/script/PinyonScript-Regular.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}

/* 7.11.26 — real full-width inline editor below the product information. */
.g4u-fullwidth-editor-section{width:100%;margin:34px auto 38px;padding:0}.g4u-fullwidth-editor-intro{margin:0 0 16px}.g4u-fullwidth-editor-intro small{display:block;margin-bottom:5px;color:#a36b17;font-size:11px;font-weight:900;letter-spacing:.12em}.g4u-fullwidth-editor-intro h2{margin:0 0 5px;font:700 clamp(30px,3vw,44px) var(--theme-heading-font);color:#111820}.g4u-fullwidth-editor-intro p{margin:0;color:var(--theme-muted)}
.g4u-fullwidth-editor-mount{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(390px,.82fr);gap:22px;align-items:start;width:100%}.g4u-fullwidth-editor-mount>.g4u-inline-canvas{display:block!important;position:sticky!important;top:16px!important;width:100%!important;min-width:0;margin:0!important;padding:18px;box-sizing:border-box;border:1px solid var(--theme-line);border-radius:18px;background:#eeeae3;box-shadow:0 12px 38px rgba(17,24,32,.08)}.g4u-fullwidth-editor-mount>.g4u-inline-canvas .g4u-canvas-stage{width:100%!important;max-width:760px!important;max-height:none!important;aspect-ratio:1/1!important;margin:0 auto!important}.g4u-fullwidth-editor-mount>.g4u-inline-canvas .g4u-mobile-editor-header,.g4u-fullwidth-editor-mount>.g4u-inline-canvas .g4u-mobile-tools-host{display:none!important}.g4u-fullwidth-editor-mount>.g4u-inline-canvas .g4u-designer-bottom{display:none!important}
.g4u-fullwidth-editor-mount>.g4u-inline-controls{position:static!important;top:auto!important;width:100%!important;min-width:0;margin:0!important;padding:20px!important;box-sizing:border-box;border-radius:18px!important;box-shadow:0 12px 38px rgba(17,24,32,.07)}.g4u-fullwidth-editor-mount>.g4u-inline-controls .g4u-designer-panel-head{padding-bottom:14px;border-bottom:1px solid var(--theme-line)}.g4u-fullwidth-editor-mount>.g4u-inline-controls .g4u-add-tools{margin-top:14px}.g4u-fullwidth-editor-mount>.g4u-inline-controls .g4u-selected-controls{background:#faf9f7;border:1px solid var(--theme-line);border-radius:14px;padding:14px!important}
@media(max-width:900px){.g4u-fullwidth-editor-section{width:min(720px,calc(100% - 24px));margin-top:26px}.g4u-fullwidth-editor-mount{grid-template-columns:1fr;gap:14px}.g4u-fullwidth-editor-mount>.g4u-inline-canvas{position:static!important;padding:12px}.g4u-fullwidth-editor-mount>.g4u-inline-controls{padding:14px!important}.g4u-fullwidth-editor-intro h2{font-size:34px}}
@media(max-width:520px){.g4u-fullwidth-editor-section{width:calc(100% - 16px);margin-bottom:34px}.g4u-fullwidth-editor-intro{padding:0 4px}.g4u-fullwidth-editor-intro h2{font-size:30px}.g4u-fullwidth-editor-intro p{font-size:13px}.g4u-fullwidth-editor-mount>.g4u-inline-canvas,.g4u-fullwidth-editor-mount>.g4u-inline-controls{border-radius:14px!important}.g4u-fullwidth-editor-mount>.g4u-inline-controls .g4u-row{grid-template-columns:1fr}}

/* 7.11.29 — editor replaces the normal product image; controls use two balanced sections. */
.product-gallery>.g4u-gallery-designer.g4u-product-image-editor{display:block!important;width:100%!important;margin:0!important;padding:16px!important;box-sizing:border-box;border:1px solid var(--theme-line);border-radius:18px;background:#eeeae3;box-shadow:0 12px 38px rgba(17,24,32,.08)}
.product-gallery>.g4u-gallery-designer.g4u-product-image-editor .g4u-canvas-stage{width:100%!important;max-width:760px!important;max-height:none!important;aspect-ratio:1/1!important;margin:10px auto 0!important}
.product-gallery>.g4u-gallery-designer.g4u-product-image-editor .g4u-mobile-editor-header,.product-gallery>.g4u-gallery-designer.g4u-product-image-editor .g4u-mobile-tools-host,.product-gallery>.g4u-gallery-designer.g4u-product-image-editor .g4u-designer-bottom{display:none!important}
.product-summary .g4u-designer-panel.g4u-balanced-controls{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px!important;align-items:start;padding:18px!important}
.g4u-balanced-controls>.g4u-designer-panel-head{grid-column:1/-1;margin:0!important;padding-bottom:14px;border-bottom:1px solid var(--theme-line)}
.g4u-balanced-controls>#g4uSideStatusAnchor,.g4u-balanced-controls>#g4uAddToolsAnchor,.g4u-balanced-controls>#g4uSelectedControlsAnchor{display:none}
.g4u-balanced-controls>.g4u-side-status{grid-column:1;margin:0!important;align-self:end}
.g4u-balanced-controls>.g4u-add-tools{grid-column:1;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));margin:0!important}
.g4u-balanced-controls>.g4u-rule-note{grid-column:1;margin:0!important}
.g4u-balanced-controls>.g4u-design-help-card{grid-column:2;grid-row:2/span 4;margin:0!important;height:max-content}
.g4u-balanced-controls>.g4u-selected-controls{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px!important;margin:0!important;padding:15px!important;border:1px solid var(--theme-line);border-radius:14px;background:#faf9f7}
.g4u-balanced-controls>.g4u-selected-controls[hidden]{display:none!important}.g4u-balanced-controls>.g4u-selected-controls>.g4u-text-only:first-child,.g4u-balanced-controls>.g4u-selected-controls>.g4u-element-actions{grid-column:1/-1}.g4u-balanced-controls>.g4u-selected-controls .g4u-row{grid-template-columns:repeat(2,minmax(0,1fr))}
.g4u-balanced-controls>.g4u-clipart-modal,.g4u-balanced-controls>input[type=hidden]{position:absolute}
@media(max-width:760px){.product-gallery>.g4u-gallery-designer.g4u-product-image-editor{padding:10px!important;border-radius:14px}.product-summary .g4u-designer-panel.g4u-balanced-controls{grid-template-columns:1fr;padding:14px!important}.g4u-balanced-controls>.g4u-designer-panel-head,.g4u-balanced-controls>.g4u-side-status,.g4u-balanced-controls>.g4u-add-tools,.g4u-balanced-controls>.g4u-rule-note,.g4u-balanced-controls>.g4u-design-help-card,.g4u-balanced-controls>.g4u-selected-controls{grid-column:1;grid-row:auto}.g4u-balanced-controls>.g4u-selected-controls{grid-template-columns:1fr}.g4u-balanced-controls>.g4u-selected-controls>.g4u-text-only:first-child,.g4u-balanced-controls>.g4u-selected-controls>.g4u-element-actions{grid-column:1}.g4u-balanced-controls>.g4u-selected-controls .g4u-row{grid-template-columns:1fr}}

/* 7.11.43 — explicit one-side/two-side design workflow. */
.g4u-side-copy-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:10px 0 4px}.g4u-side-copy-actions[hidden]{display:none!important}.g4u-side-copy-actions button{min-height:42px;border:1px solid #d8c7a6;border-radius:10px;background:#fffaf0;color:#111820;padding:9px 11px;font:inherit;font-size:12px;font-weight:850;cursor:pointer}.g4u-side-copy-actions button:hover{border-color:#b8781e;background:#fff4d9}.g4u-side-copy-actions button:first-child{background:#111820;border-color:#111820;color:#fff}
@media(max-width:520px){.g4u-side-copy-actions{grid-template-columns:1fr}}

/* 7.11.44 — approved editor layout: separate from gallery, one controls column. */
.product-gallery>.g4u-media-normal{display:block}
.g4u-fullwidth-editor-section{display:block!important;clear:both;width:100%!important}
.g4u-fullwidth-editor-mount{display:grid!important;grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr)!important;gap:22px!important;align-items:start!important}
.g4u-fullwidth-editor-mount>.g4u-inline-canvas{grid-column:1!important}
.g4u-fullwidth-editor-mount>.g4u-inline-controls{grid-column:2!important;display:block!important}
.g4u-fullwidth-editor-mount>.g4u-inline-controls .g4u-row,.g4u-fullwidth-editor-mount>.g4u-inline-controls .g4u-selected-controls,.g4u-fullwidth-editor-mount>.g4u-inline-controls .g4u-design-help-fields{grid-template-columns:1fr!important}
.g4u-fullwidth-editor-mount>.g4u-inline-controls .g4u-help-contact,.g4u-fullwidth-editor-mount>.g4u-inline-controls .g4u-help-details,.g4u-fullwidth-editor-mount>.g4u-inline-controls .g4u-help-process,.g4u-fullwidth-editor-mount>.g4u-inline-controls .g4u-selected-controls>*{grid-column:1!important}
@media(max-width:900px){.g4u-fullwidth-editor-mount{grid-template-columns:1fr!important}.g4u-fullwidth-editor-mount>.g4u-inline-canvas,.g4u-fullwidth-editor-mount>.g4u-inline-controls{grid-column:1!important}}

/* 7.11.45 — requested product-image editor with settings below. */
.g4u-fullwidth-editor-section[hidden]{display:none!important}
.g4u-fullwidth-editor-mount>.g4u-designer-panel[hidden]{display:none!important}
.g4u-fullwidth-editor-section{width:100%!important;margin:26px 0 38px!important}
.g4u-fullwidth-editor-mount{display:block!important;width:100%!important}
.g4u-fullwidth-editor-mount>.g4u-designer-panel.g4u-balanced-controls{display:grid!important;width:100%!important;box-sizing:border-box!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:14px!important;align-items:start!important;margin:0!important;padding:18px!important}
.product-gallery>.g4u-gallery-designer.g4u-product-image-editor{display:block!important}
.product-buy-row .g4u-product-editor-button{min-height:48px;white-space:nowrap}
@media(max-width:760px){.g4u-fullwidth-editor-mount>.g4u-designer-panel.g4u-balanced-controls{grid-template-columns:1fr!important;padding:14px!important}.product-buy-row .g4u-product-editor-button{width:100%}}

/* 7.11.46 — keep every editor function visible and discoverable. */
.g4u-balanced-controls>.g4u-side-copy-actions{grid-column:1;margin:0!important}
.g4u-balanced-controls>.g4u-no-selection-controls{grid-column:2;grid-row:3/span 4;align-self:start;border:1px solid var(--theme-line);border-radius:14px;background:#faf9f7;padding:16px;color:#111820}.g4u-balanced-controls>.g4u-no-selection-controls[hidden]{display:none!important}.g4u-no-selection-controls strong{font-size:16px}.g4u-no-selection-controls p{margin:6px 0 10px;color:var(--theme-muted);font-size:12px;line-height:1.45}.g4u-no-selection-controls ul{margin:0;padding-left:18px;color:#5d6570;font-size:12px;line-height:1.65}
.g4u-fullwidth-editor-mount>.g4u-balanced-controls>.g4u-selected-controls{grid-column:2!important;grid-row:3/span 5!important;grid-template-columns:1fr!important;align-self:start}.g4u-fullwidth-editor-mount>.g4u-balanced-controls>.g4u-selected-controls>*{grid-column:1!important}.g4u-fullwidth-editor-mount>.g4u-balanced-controls>.g4u-selected-controls .g4u-row{grid-template-columns:1fr!important}
@media(max-width:760px){.g4u-balanced-controls>.g4u-no-selection-controls,.g4u-fullwidth-editor-mount>.g4u-balanced-controls>.g4u-selected-controls{grid-column:1!important;grid-row:auto!important}}

/* 7.11.47 — premium non-overlapping editor control layout. */
.g4u-fullwidth-editor-mount>.g4u-designer-panel.g4u-balanced-controls{display:block!important;padding:20px!important}
.g4u-editor-control-columns{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;align-items:start;margin-top:18px}
.g4u-editor-control-column{display:flex;flex-direction:column;gap:14px;min-width:0;padding:18px;border:1px solid #e0d8cc;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(17,24,32,.055)}
.g4u-editor-tools-column{background:linear-gradient(180deg,#fff 0%,#fdfbf7 100%)}.g4u-editor-settings-column{background:linear-gradient(180deg,#fffdf8 0%,#fff 100%)}
.g4u-editor-column-heading{padding-bottom:13px;border-bottom:1px solid #e8e1d7}.g4u-editor-column-heading small{display:block;margin-bottom:4px;color:#a36b17;font-size:10px;font-weight:900;letter-spacing:.12em}.g4u-editor-column-heading h3{margin:0;font:700 22px var(--theme-heading-font);color:#111820}.g4u-editor-column-heading p{margin:5px 0 0;color:var(--theme-muted);font-size:12px;line-height:1.45}
.g4u-editor-control-column>.g4u-side-status,.g4u-editor-control-column>.g4u-side-copy-actions,.g4u-editor-control-column>.g4u-add-tools,.g4u-editor-control-column>.g4u-rule-note,.g4u-editor-control-column>.g4u-design-help-card,.g4u-editor-control-column>.g4u-no-selection-controls,.g4u-editor-control-column>.g4u-selected-controls{position:static!important;grid-column:auto!important;grid-row:auto!important;width:100%!important;box-sizing:border-box!important;margin:0!important;align-self:stretch!important}
.g4u-editor-control-column>.g4u-no-selection-controls{display:block;border:1px solid #e1e5e8;border-radius:13px;background:#f8fafb;padding:16px}.g4u-editor-control-column>.g4u-no-selection-controls[hidden],.g4u-editor-control-column>.g4u-selected-controls[hidden]{display:none!important}
.g4u-editor-control-column>.g4u-selected-controls{display:grid!important;grid-template-columns:1fr!important;gap:13px!important;border:1px solid #e1e5e8!important;border-radius:13px!important;background:#f8fafb!important;padding:16px!important}.g4u-editor-control-column>.g4u-selected-controls>*{grid-column:1!important}.g4u-editor-control-column>.g4u-selected-controls .g4u-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
.g4u-editor-settings-column>.g4u-design-help-card{overflow:visible}.g4u-editor-settings-column>.g4u-design-help-card+.g4u-no-selection-controls,.g4u-editor-settings-column>.g4u-design-help-card+.g4u-selected-controls{margin-top:0!important}
@media(max-width:900px){.g4u-editor-control-columns{grid-template-columns:1fr;gap:14px}.g4u-editor-control-column{padding:14px}.g4u-editor-column-heading h3{font-size:20px}}
@media(max-width:520px){.g4u-editor-control-column>.g4u-selected-controls .g4u-row{grid-template-columns:1fr!important}}

/* 7.11.48 — selected element settings use the full editor width. */
.g4u-editor-control-columns>.g4u-selected-controls{position:static!important;grid-column:1/-1!important;grid-row:auto!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:15px 18px!important;width:100%!important;box-sizing:border-box!important;margin:0!important;padding:20px!important;border:1px solid #ded6ca!important;border-radius:16px!important;background:linear-gradient(180deg,#fbfcfd 0%,#f7f9fa 100%)!important;box-shadow:0 8px 24px rgba(17,24,32,.055);align-self:start!important}
.g4u-editor-control-columns>.g4u-selected-controls[hidden]{display:none!important}.g4u-editor-control-columns>.g4u-selected-controls>.g4u-text-only:first-child,.g4u-editor-control-columns>.g4u-selected-controls>.g4u-row,.g4u-editor-control-columns>.g4u-selected-controls>.g4u-element-actions{grid-column:1/-1!important}.g4u-editor-control-columns>.g4u-selected-controls>.g4u-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.g4u-editor-control-columns>.g4u-selected-controls>.g4u-element-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}.g4u-editor-control-columns>.g4u-selected-controls label{min-width:0}
@media(max-width:760px){.g4u-editor-control-columns>.g4u-selected-controls{grid-column:1!important;grid-template-columns:1fr!important;padding:15px!important}.g4u-editor-control-columns>.g4u-selected-controls>*{grid-column:1!important}.g4u-editor-control-columns>.g4u-selected-controls>.g4u-row,.g4u-editor-control-columns>.g4u-selected-controls>.g4u-element-actions{grid-template-columns:1fr!important}}

/* 7.11.49 — canvas stays visible; settings replace summary; summary moves below. */
.product-layout.g4u-editor-open>.product-gallery{position:sticky;top:16px;align-self:start}
.product-layout.g4u-editor-open>.g4u-designer-panel.g4u-balanced-controls{display:block!important;min-width:0;width:100%!important;box-sizing:border-box!important;margin:0!important;padding:18px!important;border:1px solid var(--theme-line);border-radius:18px;background:#fff;box-shadow:0 12px 38px rgba(17,24,32,.07)}
.product-layout.g4u-editor-open>.g4u-balanced-controls .g4u-editor-control-columns{grid-template-columns:1fr!important;gap:14px!important}
.product-layout.g4u-editor-open>.g4u-balanced-controls .g4u-editor-control-column{padding:15px!important}
.product-layout.g4u-editor-open>.g4u-balanced-controls .g4u-editor-control-columns>.g4u-selected-controls{grid-column:1!important;grid-template-columns:1fr!important;padding:15px!important}.product-layout.g4u-editor-open>.g4u-balanced-controls .g4u-editor-control-columns>.g4u-selected-controls>*{grid-column:1!important}.product-layout.g4u-editor-open>.g4u-balanced-controls .g4u-editor-control-columns>.g4u-selected-controls>.g4u-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.g4u-product-summary-below-editor{margin-top:24px!important;padding-top:22px!important;border-top:1px solid #e4ddd2}.g4u-product-summary-below-editor>.g4u-fullwidth-editor-mount{display:block!important}.g4u-product-summary-below-editor .product-summary{width:100%!important;max-width:none!important;box-sizing:border-box;padding:24px;border:1px solid #e0d8cc;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(17,24,32,.055)}
@media(max-width:900px){.product-layout.g4u-editor-open>.product-gallery{position:static}.product-layout.g4u-editor-open>.g4u-balanced-controls .g4u-editor-control-columns>.g4u-selected-controls>.g4u-row{grid-template-columns:1fr!important}.g4u-product-summary-below-editor .product-summary{padding:17px}}

/* 7.11.50 — optional services follow the element controls. */
.g4u-editor-control-columns>.g4u-editor-advisory{grid-column:1/-1;display:flex;flex-direction:column;gap:13px;min-width:0;width:100%;box-sizing:border-box;padding:18px;border:1px solid #e0d8cc;border-radius:16px;background:linear-gradient(180deg,#fffdf8 0%,#fff 100%);box-shadow:0 8px 24px rgba(17,24,32,.045)}
.g4u-editor-advisory>.g4u-design-help-card,.g4u-editor-advisory>.g4u-rule-note{position:static!important;width:100%!important;box-sizing:border-box!important;margin:0!important;grid-column:auto!important;grid-row:auto!important}
.product-layout.g4u-editor-open .g4u-editor-control-columns>.g4u-editor-advisory{grid-column:1!important}
@media(max-width:760px){.g4u-editor-control-columns>.g4u-editor-advisory{grid-column:1;padding:14px}}

/* 7.11.51 — compact permanent element controls and storefront safety guards. */
.g4u-editor-control-columns{grid-template-columns:1fr!important}.g4u-editor-control-columns>.g4u-editor-tools-column,.g4u-editor-control-columns>.g4u-selected-controls,.g4u-editor-control-columns>.g4u-editor-advisory{grid-column:1!important}.g4u-editor-control-columns>.g4u-selected-controls.is-inactive{opacity:.72}.g4u-editor-control-columns>.g4u-selected-controls :disabled{cursor:not-allowed;opacity:.64}.g4u-editor-control-columns>.g4u-selected-controls.is-inactive:before{content:'Add or select an element on the canvas to activate these controls.';grid-column:1/-1;display:block;margin-bottom:2px;padding:9px 11px;border-radius:9px;background:#eef2f4;color:#5f6972;font-size:12px;font-weight:750}

/* 7.11.52 — keep the complete desktop canvas visible throughout settings scroll. */
@media(min-width:901px){.product-layout.g4u-editor-open>.product-gallery{position:sticky!important;top:10px!important;height:calc(100dvh - 20px)!important;max-height:calc(100dvh - 20px)!important;min-height:520px;overflow:hidden}.product-layout.g4u-editor-open>.product-gallery>.g4u-gallery-designer.g4u-product-image-editor{display:grid!important;grid-template-rows:auto auto minmax(0,1fr)!important;height:100%!important;max-height:100%!important;box-sizing:border-box!important;overflow:hidden!important}.product-layout.g4u-editor-open>.product-gallery>.g4u-product-image-editor .g4u-side-tabs,.product-layout.g4u-editor-open>.product-gallery>.g4u-product-image-editor .g4u-canvas-toolbar{margin-bottom:8px!important}.product-layout.g4u-editor-open>.product-gallery>.g4u-product-image-editor .g4u-canvas-stage{min-height:0!important;height:100%!important;max-height:100%!important;width:100%!important;aspect-ratio:auto!important;overflow:hidden!important}.product-layout.g4u-editor-open>.product-gallery>.g4u-product-image-editor .g4u-product-base{width:100%!important;height:100%!important;object-fit:contain!important}}

/* 7.11.55 — explicit side saving and header-aware sticky canvas. */
.g4u-engraving-layout{display:grid;gap:7px;width:100%;margin:0 0 12px;padding:14px;border:1px solid #dfd5c4;border-radius:13px;background:#fffaf0;box-sizing:border-box}.g4u-engraving-layout strong{font-size:14px}.g4u-engraving-layout select{width:100%;min-height:44px;padding:9px 11px;border:1px solid #d5c8b4;border-radius:9px;background:#fff;color:#111820;font:inherit;font-weight:750}.g4u-engraving-layout small{color:#6f6250;line-height:1.4}.g4u-side-status span{transition:.18s}.g4u-side-status span.has-design:before{content:'✓ ';font-weight:950}.g4u-editor-tools-column>.g4u-engraving-layout:first-child{margin-top:0}
@media(min-width:901px){.product-layout.g4u-editor-open>.product-gallery{top:var(--g4u-editor-sticky-top,10px)!important;height:calc(100dvh - var(--g4u-editor-sticky-top,10px) - 10px)!important;max-height:calc(100dvh - var(--g4u-editor-sticky-top,10px) - 10px)!important;min-height:0!important}}


/* 7.11.59 — mobile editor: manual settings drawer + top save action. */
@media(max-width:900px){
  .product-layout.g4u-editor-open>.product-gallery{
    position:relative!important;
    top:auto!important;
    z-index:20;
  }
  .product-gallery>.g4u-gallery-designer.g4u-product-image-editor{
    display:block!important;
    padding:8px!important;
    overflow:visible!important;
  }
  .product-gallery>.g4u-gallery-designer.g4u-product-image-editor .g4u-mobile-editor-header{
    display:flex!important;
    position:sticky!important;
    top:0!important;
    z-index:55!important;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    margin:-8px -8px 8px!important;
    padding:8px 9px!important;
    border-bottom:1px solid #d9d1c5;
    background:rgba(255,255,255,.97);
    backdrop-filter:blur(8px);
    box-shadow:0 5px 16px rgba(17,24,32,.09);
  }
  .g4u-mobile-editor-title{display:grid;gap:1px;min-width:0}.g4u-mobile-editor-title strong{font-size:13px;line-height:1.15}.g4u-mobile-editor-title span{font-size:10px;color:#6d747b;font-weight:800}
  .g4u-mobile-editor-actions{display:flex;align-items:center;justify-content:flex-end;gap:5px;flex-wrap:nowrap}
  .g4u-mobile-editor-actions button{min-height:36px;padding:7px 9px;border:1px solid #cfc6b8;border-radius:9px;background:#fff;color:#111820;font:inherit;font-size:11px;font-weight:900;white-space:nowrap;box-shadow:0 2px 6px rgba(17,24,32,.06)}
  .g4u-mobile-editor-actions #g4uMobileSave{background:#111820;color:#fff;border-color:#111820}
  .g4u-mobile-editor-actions #g4uMobileSave.is-saved{background:#1f6d45;border-color:#1f6d45}
  .g4u-mobile-editor-actions #g4uMobileSettings.active{border-color:#b8781e;background:#fff8ec;color:#7a4b09}

  /* The settings panel is closed by default. Selecting/moving an element on
     the canvas never changes this state; only the Settings button opens it. */
  .product-layout.g4u-editor-open>#g4uDesigner.g4u-balanced-controls{
    display:block!important;
    position:fixed!important;
    left:0!important;
    top:0!important;
    bottom:0!important;
    z-index:120!important;
    width:min(64vw,340px)!important;
    min-width:230px!important;
    max-width:calc(100vw - 110px)!important;
    height:100dvh!important;
    max-height:100dvh!important;
    margin:0!important;
    padding:12px!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
    border:0!important;
    border-right:1px solid #d7cec0!important;
    border-radius:0 16px 16px 0!important;
    background:#fff!important;
    box-shadow:18px 0 42px rgba(17,24,32,.22)!important;
    transform:translateX(calc(-100% - 24px));
    visibility:hidden;
    pointer-events:none;
    transition:transform .2s ease,visibility .2s ease!important;
  }
  .product-layout.g4u-editor-open>#g4uDesigner.g4u-balanced-controls.g4u-mobile-settings-open{
    transform:translateX(0)!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .product-layout.g4u-editor-open>#g4uDesigner .g4u-designer-panel-head{
    position:sticky!important;
    top:-12px!important;
    z-index:3!important;
    margin:-12px -12px 12px!important;
    padding:12px!important;
    background:#fff!important;
    border-bottom:1px solid #e1d9ce!important;
  }
  .product-layout.g4u-editor-open>#g4uDesigner .g4u-designer-panel-head h2{font-size:20px!important}
  .product-layout.g4u-editor-open>#g4uDesigner .g4u-designer-panel-head p{display:none!important}
  .product-layout.g4u-editor-open>#g4uDesigner .g4u-designer-panel-head .btn{width:100%!important;min-height:38px!important;margin-top:8px!important}
  .product-layout.g4u-editor-open>#g4uDesigner .g4u-editor-control-column,
  .product-layout.g4u-editor-open>#g4uDesigner .g4u-editor-control-columns>.g4u-selected-controls,
  .product-layout.g4u-editor-open>#g4uDesigner .g4u-editor-control-columns>.g4u-editor-advisory{padding:11px!important}

  .product-gallery>.g4u-gallery-designer.g4u-product-image-editor .g4u-canvas-stage{
    margin:6px auto 0!important;
    touch-action:none!important;
  }
  .g4u-design-item,.g4u-design-item *{touch-action:none!important}
}
@media(max-width:430px){
  .g4u-mobile-editor-title strong{font-size:12px}.g4u-mobile-editor-actions button{padding:7px 7px;font-size:10px}
  .product-layout.g4u-editor-open>#g4uDesigner.g4u-balanced-controls{width:66vw!important;min-width:225px!important;max-width:calc(100vw - 105px)!important}
}


/* 7.11.60 — balanced category product cards */
.catalog-grid{align-items:stretch}
.catalog-card{display:flex;flex-direction:column;height:100%}
.catalog-card-body{display:flex;flex:1;flex-direction:column}
.catalog-card-body h2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;line-height:1.08;min-height:68px}
.catalog-card-body>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;line-height:1.55;min-height:96px;margin:8px 0 0}
.catalog-card-foot{margin-top:auto;padding-top:16px}
@media(max-width:600px){.catalog-card-body h2{min-height:0}.catalog-card-body>p{min-height:0;-webkit-line-clamp:3}}


/* 7.11.61 — explicit mobile settings hide control. */
.g4u-mobile-hide-settings{display:none}
@media(max-width:900px){
  .product-layout.g4u-editor-open>#g4uDesigner .g4u-designer-panel-head .g4u-mobile-hide-settings{
    display:block!important;position:sticky!important;top:0!important;z-index:12!important;width:100%!important;min-height:44px!important;margin:0 0 10px!important;padding:9px 12px!important;border:1px solid #c7bdaF!important;border-radius:10px!important;background:#111820!important;color:#fff!important;font:inherit!important;font-size:13px!important;font-weight:900!important;line-height:1.2!important;box-shadow:0 4px 12px rgba(17,24,32,.16)!important;
  }
}

/* 7.11.62 — iOS/mobile: keep the settings close control genuinely viewport-fixed. */
.g4u-mobile-drawer-close{display:none}
@media(max-width:900px){
  .g4u-mobile-drawer-close{
    position:fixed!important;
    left:8px!important;
    top:calc(env(safe-area-inset-top, 0px) + 8px)!important;
    z-index:220!important;
    width:calc(min(64vw,340px) - 16px)!important;
    max-width:calc(100vw - 126px)!important;
    min-height:44px!important;
    padding:9px 12px!important;
    border:1px solid #c7bdaf!important;
    border-radius:10px!important;
    background:#111820!important;
    color:#fff!important;
    font:inherit!important;
    font-size:13px!important;
    font-weight:900!important;
    line-height:1.2!important;
    box-shadow:0 5px 18px rgba(17,24,32,.24)!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }
  body.g4u-mobile-settings-visible .g4u-mobile-drawer-close{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
  }
  .product-layout.g4u-editor-open>#g4uDesigner.g4u-balanced-controls{
    padding-top:calc(env(safe-area-inset-top, 0px) + 66px)!important;
  }
  .product-layout.g4u-editor-open>#g4uDesigner .g4u-designer-panel-head{
    position:relative!important;
    top:auto!important;
    margin:0 -12px 12px!important;
    padding:0 12px 12px!important;
  }
  .product-layout.g4u-editor-open>#g4uDesigner .g4u-designer-panel-head .g4u-mobile-hide-settings{
    display:none!important;
  }
}
@media(max-width:430px){
  .g4u-mobile-drawer-close{
    width:calc(66vw - 16px)!important;
    max-width:calc(100vw - 121px)!important;
  }
}

/* 7.11.64 — simplified mobile editor workflow: Add / autosave / Done. */
.g4u-finish-choice-modal[hidden]{display:none!important}
.g4u-finish-choice-modal{position:fixed;inset:0;z-index:320;display:grid;place-items:center;padding:18px}
.g4u-finish-choice-backdrop{position:absolute;inset:0;background:rgba(17,24,32,.58);backdrop-filter:blur(2px)}
.g4u-finish-choice-dialog{position:relative;z-index:1;width:min(460px,100%);box-sizing:border-box;padding:22px;border:1px solid #ded5c7;border-radius:18px;background:#fff;box-shadow:0 24px 70px rgba(17,24,32,.28)}
.g4u-finish-choice-dialog>strong{display:block;font-size:22px;line-height:1.15;color:#111820}
.g4u-finish-choice-dialog>p{margin:9px 0 18px;color:#655e55;line-height:1.45}
.g4u-finish-choice-actions{display:grid;gap:9px}
.g4u-finish-choice-actions button{min-height:46px;padding:10px 14px;border:1px solid #d7cec0;border-radius:11px;background:#fff;color:#111820;font:inherit;font-weight:850;cursor:pointer}
.g4u-finish-choice-actions button.primary{background:#111820;color:#fff;border-color:#111820}
.g4u-finish-choice-actions button.quiet{background:#f5f2ed;color:#665f56}
@media(max-width:900px){
  .g4u-mobile-editor-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  #g4uMobileSettings{background:#111820!important;color:#fff!important;border-color:#111820!important}
  .product-layout.g4u-editor-open>#g4uDesigner .g4u-designer-panel-head .btn{display:none!important}
  .g4u-side-status span.has-design{white-space:nowrap}
}
@media(max-width:430px){
  .g4u-finish-choice-modal{padding:12px}
  .g4u-finish-choice-dialog{padding:18px;border-radius:15px}
  .g4u-finish-choice-dialog>strong{font-size:19px}
  .g4u-finish-choice-actions button{min-height:48px}
}

/* Gift4You 7.11.91: homepage long-form content */
.home-seo-copy{max-width:980px;display:grid;gap:16px;color:var(--theme-muted);font-size:16px;line-height:1.75}.home-seo-copy p{margin:0}.home-seo-copy p:first-child{color:var(--theme-text)}

/* Gift4You 7.12.00 — automatic OpenStreetMap engraving-map designer. */
.g4u-add-tools{grid-template-columns:repeat(auto-fit,minmax(82px,1fr))}
.g4u-map-modal[hidden]{display:none!important}
.g4u-map-modal{position:fixed;inset:0;z-index:100700;display:grid;place-items:center;padding:18px}
.g4u-map-backdrop{position:absolute;inset:0;background:rgba(8,13,18,.75);backdrop-filter:blur(3px)}
.g4u-map-dialog{position:relative;z-index:1;width:min(940px,96vw);max-height:min(820px,92vh);overflow:auto;box-sizing:border-box;padding:18px;border:1px solid #ded5c7;border-radius:18px;background:#fff;box-shadow:0 28px 90px rgba(0,0,0,.38)}
.g4u-map-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:13px;border-bottom:1px solid #e7e1d8}.g4u-map-head small{display:block;color:#8a6129;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.g4u-map-head h3{margin:3px 0 0;font-size:25px}.g4u-map-head button{width:40px;height:40px;border:0;border-radius:50%;background:#111820;color:#fff;font-size:25px;line-height:1;cursor:pointer}
.g4u-map-body{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:18px;padding-top:16px}.g4u-map-search,.g4u-map-options{min-width:0;padding:16px;border:1px solid #e0d8cc;border-radius:14px;background:#fffdf9}.g4u-map-search>label,.g4u-map-options label{font-size:12px;font-weight:850}.g4u-map-search>div:first-of-type{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-top:7px}.g4u-map-search input,.g4u-map-options select{width:100%;min-height:44px;box-sizing:border-box;padding:9px 11px;border:1px solid #cec3b3;border-radius:9px;background:#fff;color:#111820;font:inherit}.g4u-map-search #g4uMapSearch,.g4u-map-options>.btn{min-height:44px;padding:9px 15px;border:1px solid #111820;border-radius:9px;background:#111820;color:#fff;font:inherit;font-weight:900;cursor:pointer}.g4u-map-search button:disabled,.g4u-map-options button:disabled{opacity:.58;cursor:wait}.g4u-map-search>p{margin:7px 0 12px;color:#746c62;font-size:11px;line-height:1.4}
.g4u-map-results{display:grid;gap:7px;max-height:360px;overflow:auto}.g4u-map-results>span{padding:18px;border-radius:10px;background:#f5f2ed;color:#69625a;text-align:center;font-size:12px}.g4u-map-result{display:grid;gap:3px;width:100%;padding:10px 12px;border:1px solid #ded6cb;border-radius:10px;background:#fff;color:#111820;text-align:left;cursor:pointer}.g4u-map-result:hover,.g4u-map-result.selected{border-color:#b8781e;box-shadow:0 0 0 1px #b8781e}.g4u-map-result strong{font-size:12px;line-height:1.35}.g4u-map-result small{color:#747c84;font-size:10px}.g4u-map-error{color:#9b2525!important;background:#fff0f0!important}
.g4u-map-options{display:flex;flex-direction:column;gap:12px}.g4u-map-options[hidden]{display:none!important}.g4u-map-selection{display:grid;gap:4px;padding:11px;border-radius:10px;background:#f3ede4}.g4u-map-selection small{font-size:9px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;color:#805b27}.g4u-map-selection strong{font-size:12px;line-height:1.4}.g4u-map-option-grid{display:grid;gap:9px}.g4u-map-option-grid label{display:grid;gap:5px}.g4u-map-check{display:flex!important;align-items:flex-start;gap:8px;line-height:1.4}.g4u-map-check input{margin-top:2px}.g4u-map-check input:disabled+*{opacity:.6}.g4u-map-attribution{margin:13px 2px 0;color:#6f7780;font-size:10px}.g4u-map-attribution a{color:#5e441e}.g4u-design-item.is-map img{background:#fff}
@media(max-width:720px){.g4u-map-modal{padding:0;place-items:end center}.g4u-map-dialog{width:100%;max-height:92vh;border-radius:18px 18px 0 0;padding:14px}.g4u-map-body{grid-template-columns:1fr}.g4u-map-search>div:first-of-type{grid-template-columns:1fr}.g4u-map-results{max-height:240px}.g4u-map-head h3{font-size:21px}}

/* Gift4You 7.12.01 — local photo-to-engraving studio, symbols and advanced text. */
.g4u-render-text{display:block;width:max-content;max-width:min(70vw,520px);white-space:pre-wrap}
.g4u-symbol-modal[hidden],.g4u-image-studio-modal[hidden]{display:none!important}
.g4u-symbol-modal,.g4u-image-studio-modal{position:fixed;inset:0;z-index:100750;display:grid;place-items:center;padding:18px}
.g4u-symbol-backdrop,.g4u-image-studio-backdrop{position:absolute;inset:0;background:rgba(8,13,18,.76);backdrop-filter:blur(3px)}
.g4u-symbol-dialog,.g4u-image-studio-dialog{position:relative;z-index:1;box-sizing:border-box;border:1px solid #ded5c7;border-radius:18px;background:#fff;box-shadow:0 28px 90px rgba(0,0,0,.4)}
.g4u-symbol-dialog{width:min(620px,96vw);max-height:90vh;overflow:auto;padding:18px}.g4u-symbol-head,.g4u-image-studio-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding-bottom:12px;border-bottom:1px solid #e7e1d8}.g4u-symbol-head small,.g4u-image-studio-head small{display:block;color:#8a6129;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.g4u-symbol-head h3,.g4u-image-studio-head h3{margin:3px 0 0;font-size:25px}.g4u-symbol-head>button,.g4u-image-studio-head>button{flex:0 0 auto;width:40px;height:40px;border:0;border-radius:50%;background:#111820;color:#fff;font-size:25px;line-height:1;cursor:pointer}.g4u-symbol-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:8px;padding:16px 0}.g4u-symbol-grid button{min-height:54px;border:1px solid #ddd4c7;border-radius:10px;background:#fff;color:#111820;font:30px/1 Arial,sans-serif;cursor:pointer}.g4u-symbol-grid button:hover,.g4u-symbol-grid button:focus{border-color:#b8781e;background:#fff8e9;box-shadow:0 0 0 2px rgba(184,120,30,.16)}.g4u-symbol-dialog>p{margin:0;color:#6f685f;font-size:11px;line-height:1.45}
.g4u-image-studio-dialog{width:min(1100px,97vw);max-height:94vh;overflow:auto;padding:18px}.g4u-image-studio-head p{max-width:720px;margin:4px 0 0;color:#71695f;font-size:11px;overflow-wrap:anywhere}.g4u-image-studio-body{display:grid;grid-template-columns:minmax(340px,1.2fr) minmax(290px,.8fr);gap:18px;padding-top:16px}.g4u-image-studio-preview{display:grid;place-items:center;align-content:center;gap:9px;min-height:440px;padding:14px;border:1px solid #ddd4c7;border-radius:14px;background-color:#f6f4f0;background-image:linear-gradient(45deg,#e3dfd8 25%,transparent 25%),linear-gradient(-45deg,#e3dfd8 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#e3dfd8 75%),linear-gradient(-45deg,transparent 75%,#e3dfd8 75%);background-size:24px 24px;background-position:0 0,0 12px,12px -12px,-12px 0}.g4u-image-studio-preview canvas{display:block;max-width:100%;max-height:min(64vh,680px);background:transparent;filter:drop-shadow(0 6px 18px rgba(17,24,32,.12))}.g4u-image-studio-preview span{padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.9);color:#5f574e;font-size:10px;font-weight:850}.g4u-image-studio-controls{display:grid;align-content:start;gap:11px;padding:15px;border:1px solid #e0d8cc;border-radius:14px;background:#fffdf9}.g4u-image-studio-controls>label{display:grid;gap:5px;color:#111820;font-size:11px;font-weight:850}.g4u-image-studio-controls select{width:100%;min-height:42px;box-sizing:border-box;padding:8px 10px;border:1px solid #cec3b3;border-radius:9px;background:#fff;font:inherit}.g4u-image-studio-controls input[type=range]{width:100%}.g4u-image-studio-check{display:flex!important;align-items:center;gap:8px}.g4u-image-studio-transform{display:grid;grid-template-columns:1fr 1fr;gap:7px}.g4u-image-studio-transform button,.g4u-image-studio-actions button{min-height:42px;padding:8px 10px;border:1px solid #d7cec1;border-radius:9px;background:#fff;color:#111820;font:inherit;font-size:11px;font-weight:850;cursor:pointer}.g4u-image-studio-actions{display:grid;grid-template-columns:.8fr 1.2fr;gap:8px;padding-top:4px}.g4u-image-studio-actions .btn{background:#111820;color:#fff;border-color:#111820}.g4u-image-studio-actions button:disabled{opacity:.58;cursor:wait}.g4u-image-studio-note{margin:12px 2px 0;color:#6f7780;font-size:10px;line-height:1.45}
@media(max-width:760px){.g4u-symbol-modal,.g4u-image-studio-modal{padding:0;place-items:end center}.g4u-symbol-dialog,.g4u-image-studio-dialog{width:100%;max-height:94vh;border-radius:18px 18px 0 0;padding:14px}.g4u-symbol-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.g4u-image-studio-body{grid-template-columns:1fr;gap:12px}.g4u-image-studio-preview{min-height:250px;padding:10px}.g4u-image-studio-preview canvas{max-height:38vh}.g4u-image-studio-head h3,.g4u-symbol-head h3{font-size:21px}.g4u-image-studio-transform{grid-template-columns:repeat(4,minmax(0,1fr))}.g4u-image-studio-transform button{padding:7px 4px;font-size:9px}}

/* Gift4You 7.12.02 — product-shaped engraving boundaries. */
.g4u-safe-area{border:0!important;border-radius:0!important;background:transparent!important;overflow:visible!important}.g4u-safe-outline{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}.g4u-safe-shape{display:none;fill:rgba(184,137,67,.035);stroke:rgba(184,137,67,.78);stroke-width:1.5;stroke-dasharray:5 4;vector-effect:non-scaling-stroke}.g4u-safe-area[data-shape="rectangle"] .g4u-safe-rectangle,.g4u-safe-area[data-shape="rounded"] .g4u-safe-rounded,.g4u-safe-area[data-shape="circle"] .g4u-safe-ellipse,.g4u-safe-area[data-shape="ellipse"] .g4u-safe-ellipse,.g4u-safe-area[data-shape="heart"] .g4u-safe-heart{display:block}.g4u-safe-area>span{z-index:2}.g4u-safe-area[data-shape="circle"]>span,.g4u-safe-area[data-shape="ellipse"]>span,.g4u-safe-area[data-shape="heart"]>span{left:50%;top:12%;transform:translateX(-50%);white-space:nowrap}

/* Gift4You 7.12.04 — direct manipulation controls and compact settings. */
.g4u-direct-transform-hidden{display:none!important}.g4u-direct-edit-hint{padding:10px 12px;border:1px solid #e5d5b8;border-radius:9px;background:#fff9ec;color:#5f513c;font-size:11px;font-weight:750;line-height:1.45}.g4u-design-item.selected .g4u-resize-handle{display:block!important}.g4u-design-item .g4u-rotate-handle{display:none;position:absolute;left:50%;top:-43px;transform:translateX(-50%);width:28px;height:28px;box-sizing:border-box;border:2px solid #111820;border-radius:50%;background:#fff;color:#111820;font:900 18px/23px Arial,sans-serif;text-align:center;z-index:52;cursor:grab;touch-action:none;user-select:none;-webkit-user-select:none;box-shadow:0 2px 6px rgba(0,0,0,.35)}.g4u-design-item .g4u-rotate-handle:before{content:'';position:absolute;left:50%;top:26px;width:2px;height:13px;transform:translateX(-50%);background:#111820}.g4u-design-item.selected .g4u-rotate-handle{display:block}.g4u-design-item .g4u-rotate-handle:active{cursor:grabbing;background:#e1b65f}
@media(max-width:760px),(pointer:coarse){.g4u-design-item .g4u-rotate-handle{width:36px;height:36px;top:-55px;border-width:3px;font-size:22px;line-height:29px}.g4u-design-item .g4u-rotate-handle:before{top:33px;height:18px}}

/* Gift4You 7.12.05 — close transparent road-only engraving maps. */
.g4u-map-fixed-style{display:grid;gap:4px;padding:11px 12px;border:1px solid #dfd4c4;border-radius:10px;background:#fffaf1}.g4u-map-fixed-style strong{font-size:12px}.g4u-map-fixed-style small{color:#6f6252;font-size:10px;line-height:1.45}.g4u-design-item.is-map img{background:transparent!important}


/* 7.12.28: SEO/content-quality and image aspect-ratio refinements */
.hero-product-photo{aspect-ratio:4/3!important}
.hero-product-photo img{width:100%!important;height:100%!important;object-fit:cover!important}

.g4u-trust-section{background:#fffdfa;border-top:1px solid #eadfce}
.g4u-trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:8px 0 34px}
.g4u-trust-card{padding:26px;border:1px solid #e3d5c0;border-radius:18px;background:#fbf8f2}
.g4u-trust-card h3{margin:0 0 10px;font:700 24px/1.15 Georgia,serif;color:#17232d}
.g4u-trust-card p{margin:0;font-size:15px;line-height:1.65;color:#5c6771}
.g4u-faq{max-width:980px;margin-top:14px}
.g4u-faq>h2{font-size:clamp(34px,3.4vw,48px)!important;margin-bottom:18px!important}
.g4u-faq details{border-top:1px solid #dfd2bf;padding:0}
.g4u-faq details:last-child{border-bottom:1px solid #dfd2bf}
.g4u-faq summary{cursor:pointer;list-style:none;padding:18px 34px 18px 0;font-weight:800;color:#17232d;position:relative}
.g4u-faq summary::-webkit-details-marker{display:none}
.g4u-faq summary:after{content:"+";position:absolute;right:4px;top:14px;font-size:24px;color:#b8791b}
.g4u-faq details[open] summary:after{content:"−"}
.g4u-faq details p{margin:0 0 18px;max-width:900px;font-size:15px;line-height:1.7;color:#5c6771}
@media(max-width:900px){.g4u-trust-grid{grid-template-columns:1fr}}


/* 7.12.30: safe performance refinements */
.catalog-product-img{max-width:100%;height:auto}
.g4u-trust-section{content-visibility:auto;contain-intrinsic-size:900px}
@media (max-width:820px){
  .hero-product-photo img{max-width:100%;height:auto}
}
