.products-grid,
.product-grid,
.products-area,
.collection-products,
[data-products-container]{
    opacity:0 !important;
    visibility:hidden !important;
}

.xph, .xph *{box-sizing:border-box}
    .xph *{margin:0;padding:0}
    .xph{
      position:relative;
      z-index:999999;
      font-family:'DM Sans',sans-serif;
      color:#1a1a1a;
    }
    .top-links .list-inline-item:not(:last-child){
        margin-right: .5rem !important;
    }
    .xph a{text-decoration:none;color:inherit}
    .xph button{font:inherit}
    .xph ul{list-style:none}
    
    .navbar .navbar-nav .nav-item.show > .nav-link {
      color: #ef4d35 !important;
      background: #f2eee6;}
      
      .navbar .navbar-nav .nav-item .dropdown-menu {
      background: #fff;
      border: 1px solid #efe7dc;
      box-shadow: 0 22px 40px rgba(0,0,0,.10);}
    
    .xph-header{
      position:fixed;
      top:0;
      left:0;
      right:0;
      width:100%;
      z-index:100000;
      background:rgba(255,255,255,.96);
      -webkit-backdrop-filter:blur(12px);
      backdrop-filter:blur(12px);
      border-bottom:none;
    }
    .xph-inner{
      max-width:1360px;
      margin:0 auto;
      padding:0 24px;
      min-height:84px;
      display:flex;
      align-items:center;
      gap:22px;
    }
    .xph-logo{
      display:flex;
      align-items:center;
      flex-shrink:0;
    }
    .xph-logo img{
      height:52px;
      width:auto;
      max-width:220px;
      display:block;
      object-fit:contain;
    }
    
    
    
    .xph-desktop-search{
      flex:1 1 auto;
      max-width:700px;
      min-width:260px;
    }
    .xph-search-form{position:relative;width:100%}
    .xph-search-form input{
      width:100%;
      height:48px;
      border:1px solid #e8e0d5;
      border-radius:14px;
      background:#fff;
      padding:0 54px 0 18px;
      font-size:14px;
      color:#1a1a1a;
      outline:none;
      transition:.25s cubic-bezier(.25,.46,.45,.94);
    }
    .xph-search-form input::placeholder{color:#8a8a8a}
    .xph-search-form input:focus{
      border-color:#d8c8b6;
      box-shadow:0 0 0 3px rgba(229,107,47,.08);
    }
    .xph-search-form button{
      position:absolute;
      top:50%;
      right:8px;
      transform:translateY(-50%);
      width:34px;
      height:34px;
      border:none;
      border-radius:10px;
      background:none;
      color:#e56b2f;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      cursor:pointer;
    }
    .xph-search-form button:hover{background:#f7f3ec}
    
    
    
    .xph-support{
      display:inline-flex;
      align-items:center;
      gap:10px;
      min-height:44px;
      padding:0 14px;
      border:1px solid #e8e0d5;
      border-radius:999px;
      background:#fff;
      white-space:nowrap;
      transition:.25s cubic-bezier(.25,.46,.45,.94);
    }
    .xph-support:hover{border-color:#d7cab7;background:#f7f3ec}
    .xph-support-ico{
      width:30px;
      height:30px;
      border-radius:999px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:#f7f2ea;
      color:#e56b2f;
      flex-shrink:0;
    }
    .xph-support-copy{display:flex;flex-direction:column;gap:1px;line-height:1.05}
    .xph-support-copy span{font-size:11px;font-weight:700;color:#6d6d6d}
    .xph-support-copy strong{font-size:13px;font-weight:800;color:#1a1a1a}
    
    
    
    .xph-cart-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      padding:0 16px;
      border-radius:999px;
      background:#e56b2f;
      color:#fff !important;
      font-size:14px;
      font-weight:800;
      box-shadow:0 10px 24px rgba(229,107,47,.24);
      transition:.25s cubic-bezier(.25,.46,.45,.94);
    }
    .xph-cart-btn:hover{background:#cc5820;transform:translateY(-1px)}
    
    
    
    .xph-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}
    .xph-icon{
      width:42px;
      height:42px;
      border-radius:14px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      transition:.25s cubic-bezier(.25,.46,.45,.94);
    }
    .xph-icon:hover{background:#f7f3ec;color:#e56b2f}
    
    
    
    .xph-quote{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:44px;
      padding:0 18px;
      border-radius:999px;
      background:#e56b2f;
      color:#fff !important;
      font-size:14px;
      font-weight:800;
      box-shadow:0 10px 24px rgba(229,107,47,.24);
      transition:.25s cubic-bezier(.25,.46,.45,.94);
    }
    .xph-quote:hover{background:#cc5820;transform:translateY(-1px)}
    
    
    
    .xph-subnav{
      position:relative;
      background:#fbfaf8;
      border-top:1px solid #efe7dc;
      border-bottom:1px solid #efe7dc;
    }
    .xph-subnav-wrap{
      max-width:1360px;
      margin:0 auto;
      padding:0 24px;
      min-height:54px;
      display:flex;
      align-items:stretch;
      gap:0;
    }
    .xph-subnav-item{
      position:static;
      display:flex;
      justify-content:center;
      flex:1 1 0;
      min-width:0;
    }
    .xph-subnav-item{position:static;display:flex;justify-content:center}
    .xph-subnav-trigger{
      display:flex;
      align-items:center;
      justify-content:center;
      min-height:54px;
      padding:0 10px;
      font-size:14px;
      font-weight:700;
      color:#1a1a1a;
      white-space:nowrap;
      border-bottom:2px solid transparent;
      transition:color .25s cubic-bezier(.25,.46,.45,.94),border-color .25s cubic-bezier(.25,.46,.45,.94);
    }
    .xph-subnav-item:hover .xph-subnav-trigger,
    .xph-subnav-item.is-active .xph-subnav-trigger{
      color:#e56b2f;
      border-bottom-color:#e56b2f;
    }
    .xph-subnav-menu{
      position:absolute;
      left:50%;
      top:100%;
      transform:translate(-50%,8px);
      width:min(1360px,calc(100% - 48px));
      background:#fff;
      border:1px solid #efe7dc;
      border-top:none;
      box-shadow:0 22px 40px rgba(0,0,0,.10);
      padding:26px 28px;
      opacity:0;
      visibility:hidden;
      pointer-events:none;
      transition:opacity .25s cubic-bezier(.25,.46,.45,.94),transform .25s cubic-bezier(.25,.46,.45,.94),visibility .25s cubic-bezier(.25,.46,.45,.94);
      z-index:80;
    }
    .xph-subnav-item:hover .xph-subnav-menu{
      opacity:1;
      visibility:visible;
      pointer-events:auto;
      transform:translate(-50%,0);
    }
    .xph-subnav-grid{
      display:flex;
      flex-wrap:wrap;
      gap:26px;
    }
    .xph-subnav-grid > .xph-subnav-col,
    .xph-subnav-grid > .xph-subnav-feature{
      flex:1 1 0;
      min-width:0;
    }
    .xph-subnav-col h6{
      margin:0 0 12px;
      font-size:11px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:1px;
      color:#e56b2f;
    }
    .xph-subnav-col a{
      display:block;
      padding:7px 0;
      font-size:14px;
      font-weight:600;
      color:#474747;
      transition:color .25s cubic-bezier(.25,.46,.45,.94);
    }
    .xph-subnav-col a:hover{color:#e56b2f}
    .xph-subnav-feature{border-left:1px solid #efe7dc;padding-left:26px}
    .xph-subnav-feature span{
      display:inline-flex;
      min-height:24px;
      align-items:center;
      padding:0 10px;
      border-radius:999px;
      background:#f7f2ea;
      color:#e56b2f;
      font-size:10px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.8px;
      margin-bottom:12px;
    }
    .xph-subnav-feature strong{
      display:block;
      font-family:'Bricolage Grotesque',sans-serif;
      font-size:22px;
      line-height:1.05;
      letter-spacing:-.03em;
      margin-bottom:8px;
    }
    .xph-subnav-feature p{
      font-size:13px;
      line-height:1.6;
      color:#6d6d6d;
      margin-bottom:14px;
    }
    .xph-subnav-feature a{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:38px;
      padding:0 14px;
      border-radius:999px;
      background:#e56b2f;
      color:#fff !important;
      font-size:13px;
      font-weight:800;
    }
    .xph-subnav-feature a:hover{background:#cc5820}
    
    
    
    .xph-burger{
      display:none;
      width:42px;
      height:42px;
      border:none;
      background:none;
      border-radius:14px;
      align-items:center;
      justify-content:center;
      cursor:pointer;
    }
    .xph-burger:hover{background:#f7f3ec;color:#e56b2f}
    
    
    
    .xph-drawer{
      position:fixed;
      top:0;
      left:0;
      right:0;
      bottom:0;
      z-index:200000;
      opacity:0;
      visibility:hidden;
      pointer-events:none;
      transition:opacity .25s ease,visibility .25s ease;
    }
    .xph-drawer.is-open{opacity:1;visibility:visible;pointer-events:auto}
    .xph-overlay{
      position:absolute;
      top:0;
      left:0;
      right:0;
      bottom:0;
      background:rgba(0,0,0,.44);
    }
    .xph-panel{
      position:absolute;
      top:0;
      right:0;
      width:min(92vw,390px);
      height:100%;
      background:#fff;
      box-shadow:-12px 0 40px rgba(0,0,0,.14);
      transform:translateX(100%);
      transition:transform .28s ease;
      display:flex;
      flex-direction:column;
    }
    .xph-drawer.is-open .xph-panel{transform:translateX(0)}
    .xph-panel-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:18px 18px 14px;
      border-bottom:1px solid #e8e0d5;
    }
    .xph-panel-top img{height:36px;width:auto;display:block}
    .xph-close{
      width:40px;
      height:40px;
      border:none;
      background:#f7f3ec;
      border-radius:14px;
      cursor:pointer;
    }
    .xph-body{padding:16px;overflow:auto}
    .xph-group{
      border-bottom:1px solid #f0e8dc;
      padding:10px 0 14px;
      margin-bottom:10px;
    }
    .xph-group h4{
      font-size:11px;
      text-transform:uppercase;
      letter-spacing:1.1px;
      color:#6d6d6d;
      font-weight:800;
      margin-bottom:10px;
      padding:0 6px;
    }
    .xph-group a{
      display:flex;
      align-items:center;
      gap:10px;
      padding:11px 10px;
      border-radius:14px;
      font-size:14px;
      font-weight:700;
    }
    .xph-group a:hover{background:#f7f3ec;color:#e56b2f}
    .xph-group em{
      width:30px;
      height:30px;
      border-radius:10px;
      background:#f7f2ea;
      display:flex;
      align-items:center;
      justify-content:center;
      font-style:normal;
    }
    .xph-panel-cta{
      display:flex;
      align-items:center;
      justify-content:center;
      min-height:46px;
      border-radius:999px;
      background:#e56b2f;
      color:#fff !important;
      font-size:14px;
      font-weight:800;
      margin-top:18px;
    }
    body.xph-lock{overflow:hidden}
    
    
    
    .xph-mobile-search{display:none}
    
    
    
    @media (min-width:1181px){
      .xph-icon.xph-cart-mobile{display:none}
    }
    @media (max-width:1180px){
      .xph-desktop-search,
      .xph-support,
      .xph-cart-btn{display:none}
      .xph-cart-mobile{display:inline-flex}
      .xph-inner{justify-content:space-between;padding:0 18px;min-height:76px}
      .xph-burger{display:inline-flex}
      .xph-subnav{display:none}
    }
    @media (min-width:768px){
      .xph-icon.xph-support-mobile{display:none}
    }
    @media (max-width:767px){
      .xph-icon.xph-support-mobile{display:inline-flex}
      .xph{margin-bottom:0}
      .xph-header{
       background:#ffffff;
       border-bottom:1px solid #ece4d8;
       -webkit-backdrop-filter:none;
       backdrop-filter:none;
       box-shadow:none;
       padding:0;
      }
      .xph-inner{
       max-width:none;
       min-height:62px;
       padding:0 14px;
       margin:0;
       gap:8px;
       background:transparent;
       border:none;
       border-radius:0;
       box-shadow:none;
       position:relative;
       justify-content:flex-end;
      }
      .xph-logo{
      position:absolute;
      left:50%;
      top:50%;
      transform:translate(-50%,-50%);
      flex:none;
      margin:0;
      z-index:2;
      }
      .xph-logo img{
      height:29px;
      max-width:138px;
      }
      .xph-actions{
      width:100%;
      justify-content:flex-end;
      gap:2px;
      padding-left:40px;
      }
      .xph-icon,
      .xph-burger{
      width:36px;
      height:36px;
      border-radius:10px;
      }
      .xph-icon svg,
      .xph-burger svg{width:18px;height:18px}
      .xph-quote{display:none}
      .xph-actions a[aria-label="Search"]{display:none}
      .xph-burger{
      display:inline-flex;
      position:absolute;
      left:14px;
      top:50%;
      transform:translateY(-50%);
      z-index:3;
      }
      .xph-panel{width:min(88vw,360px)}
      .xph-panel-top{padding:14px 14px 12px}
      .xph-panel-top img{height:28px;max-width:135px}
      .xph-body{padding:12px}
      .xph-group{padding:8px 0 12px;margin-bottom:8px}
      .xph-group a{padding:10px 8px;font-size:14px}
      .xph-panel-cta{min-height:44px;margin-top:14px}
      .xph-mobile-search{
       display:block;
       padding:10px 14px 12px;
       background:#ffffff;
       border-top:1px solid #f2e9de;
       border-bottom:1px solid #ece4d8;
      }
      .xph-mobile-search a{
       display:flex;
       align-items:center;
       justify-content:space-between;
       gap:12px;
       min-height:44px;
       padding:0 14px;
       border:1px solid #e8e0d5;
       border-radius:12px;
       background:#fff;
       color:#8a8a8a;
       font-size:13px;
      }
      .xph-mobile-search span{
       display:block;
       white-space:nowrap;
       overflow:hidden;
       text-overflow:ellipsis;
      }
      .xph-mobile-search svg{
       width:18px;
       height:18px;
       flex-shrink:0;
       color:#e56b2f;
      }
    }
    @media (max-width:420px){
      .xph-header{padding:0}
      .xph-inner{min-height:58px;padding:0 12px;margin:0}
      .xph-logo img{height:27px;max-width:132px}
      .xph-icon,
      .xph-burger{width:34px;height:34px}
      .xph-icon svg,
      .xph-burger svg{width:17px;height:17px}
      .xph-actions{padding-left:36px}
      .xph-burger{left:12px}
      .xph-mobile-search{padding:8px 12px 10px}
      .xph-mobile-search a{min-height:42px;padding:0 12px;font-size:12.5px}
      .xph-mobile-search svg{width:17px;height:17px}
    }
    
    
    
    #header,
    .header,
    .header-top,
    .main-header,
    .site-header,
    .header-wrapper,
    .header-container,
    .navbar-default,
    .headerSection,
    .header-section,
    .theme-header{
      display:none !important;
    }
    body.xph-ready{visibility:visible}
    .home_page_body main#main-content{display:none}
    /* Force header fixed on homepage (override theme) */
    body.home_page_body #xph-root,
    .home_page_body #xph-root{
      position:static !important;
    }
    
    
    
    body.home_page_body .xph-header,
    .home_page_body .xph-header,
    #xph-root .xph-header,
    html body .xph-header{
      position:fixed !important;
      top:0 !important;
      left:0 !important;
      right:0 !important;
      width:100% !important;
      z-index:100000 !important;
    }
    /* Prevent active-state flash on homepage during load */
    body.home_page_body #xph-root .xph-subnav-item.is-active .xph-subnav-trigger{
      color:inherit !important;
      border-bottom-color:transparent !important;
    }
    @media (min-width:1181px){
     .xph-inner{
      width:min(1700px, calc(100% - 36px)) !important;
      max-width:1700px !important;
      padding:0 !important;
      gap:18px !important;
    }
    
    
    
      .xph-logo{
       flex:0 0 auto !important;
       margin-right:0 !important;
      }
    
    
    
      .xph-logo img{
       height:50px !important;
       max-width:205px !important;
      }
    
    
    
      .xph-desktop-search{
       flex:1 1 auto !important;
       max-width:none !important;
       min-width:0 !important;
      }
    
    
    
      .xph-search-form input{
       height:50px !important;
       padding:0 56px 0 20px !important;
      }
    
    
    
      .xph-actions{
       display:flex !important;
       align-items:center !important;
       gap:14px !important;
       margin-left:18px !important;
       flex:0 0 auto !important;
      }
    
    
    
      .xph-support{
       min-height:46px !important;
       padding:0 16px !important;
       gap:10px !important;
      }
    
    
    
      .xph-support-ico{
       width:32px !important;
       height:32px !important;
      }
    
    
    
      .xph-icon{
       width:44px !important;
       height:44px !important;
      }
    
    
    
      .xph-cart-btn{
       min-height:46px !important;
       padding:0 20px !important;
      }
    
    
    
      .xph-subnav-wrap{
       max-width:1440px !important;
       padding:0 32px !important;
      }
    
    
    
      .xph-subnav-menu{
       max-width:1440px !important;
       width:calc(100% - 64px) !important;
      }
    }
    
    
    
    @media (min-width:1400px){
      .xph-inner{
      width:min(1700px, calc(100% - 36px)) !important;
      max-width:1700px !important;
      padding-left:0 !important;
      padding-right:0 !important;
    }
    
    .xph-subnav-wrap{
      max-width:1480px !important;
      padding-left:36px !important;
      padding-right:36px !important;
    }
    
    
      .xph-subnav-menu{
       max-width:1480px !important;
       width:calc(100% - 72px) !important;
      }
    }
    
    /* XaraPrint Product Listing Full Override */
    body.xpl-product-list-page #product_list_area {
  width: min(1700px, calc(100% - 36px));
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 0 70px;
  box-sizing: border-box;
}
    
    body.xpl-product-list-page #product_list {
      width: 100%;
    }
    
    .xpl-wrap {
      width: 100%;
      font-family: inherit;
    }
    
    .xpl-hero {
  display: flex;
  gap: 34px;
  align-items: stretch;
  background: linear-gradient(135deg, #fff7f2 0%, #f6f3ff 100%);
  border: 1px solid #f0e7df;
  border-radius: 28px;
  padding: 42px 46px;
  margin: 24px 0 28px;
  overflow: hidden;
}
    .xpl-hero-copy {
  flex: 0 0 32%;
  min-width: 0;
}

.xpl-hero-card {
  flex: 1 1 68%;
  min-width: 0;
}
    .xpl-eyebrow {
      display: inline-flex;
      align-items: center;
      width: fit-content;
      padding: 7px 12px;
      border-radius: 999px;
      background: #ffffff;
      color: #e56b2f;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-bottom: 16px;
    }
    
    .xpl-hero h1 {
      margin: 0;
      color: #171717;
      font-size: 44px;
      line-height: 1.06;
      font-weight: 850;
      letter-spacing: -0.04em;
    }
    
    .xpl-hero p {
      max-width: 560px;
      margin: 16px 0 0;
      color: #5f5f66;
      font-size: 16px;
      line-height: 1.65;
    }
    
    .xpl-hero-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 24px;
    }
    
    .xpl-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 0 20px;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 800;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid transparent;
    }
    
    .xpl-btn-primary {
      background: #e56b2f;
      color: #ffffff !important;
    }
    
    .xpl-btn-secondary {
      background: #ffffff;
      color: #1d1d1f !important;
      border-color: #e8e2dc;
    }
    
    .xpl-hero-card {
  background: transparent;
  border-radius: 24px;
  padding: 0;
  box-shadow: none;
  border: 0;
  overflow: hidden;
}

.xpl-hero-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  display: block;
  background: transparent;
}
    
    .xpl-toolbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      margin: 0 0 22px;
    }
    
    .xpl-toolbar-left {
      min-width: 220px;
    }
    
    .xpl-toolbar-title {
      margin: 0;
      font-size: 26px;
      line-height: 1.15;
      color: #171717;
      font-weight: 850;
      letter-spacing: -0.03em;
    }
    
    .xpl-count {
      margin-top: 6px;
      color: #717171;
      font-size: 14px;
    }
    
    .xpl-filters {
      display: flex;
      justify-content: flex-end;
      gap: 8px;
      flex-wrap: wrap;
    }
    
    .xpl-filter {
      border: 1px solid #e7e2dd;
      background: #ffffff;
      color: #292929;
      border-radius: 999px;
      padding: 10px 15px;
      font-size: 13px;
      font-weight: 750;
      cursor: pointer;
    }
    
    .xpl-filter.is-active {
      background: #171717;
      color: #ffffff;
      border-color: #171717;
    }
    
    .xpl-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 22px;
    }
    
    .xpl-card {
      width: calc((100% - 66px) / 4);
    }
    
    #product_list_without_category .product-box{
         margin-bottom:1.5rem !important;
    }

    /* XaraPrint Blog Listing Page - OPS Strict Safe CSS */
    .xp-blog-page,
    .xp-blog-page * {
      box-sizing: border-box;
    }
    
    .xp-blog-page {
      position: relative;
      background: #ffffff;
      color: #111827;
      font-family: inherit;
      overflow: hidden;
      padding-top: 0 !important;
    }
    
    .xp-blog-page a {
      color: inherit;
      text-decoration: none !important;
    }
    
    .xp-blog-page img {
      max-width: 100%;
      display: block;
    }
    
    .xp-blog-page.xp-blog-boot .xp-ops-blog-source {
      min-height: 780px;
      visibility: hidden;
    }
    
    .xp-blog-page.xp-blog-ready .xp-ops-blog-source {
      display: none !important;
    }
    
    .xp-blog-rendered {
      background: #ffffff;
    }
    
    .xp-blog-hero {
      position: relative;
      padding: 38px 20px 106px;
      overflow: hidden;
      background: #fbf8ff;
      text-align: center;
    }
    
    .xp-blog-hero:before,
    .xp-blog-hero:after {
      content: "";
      position: absolute;
      border: 1px dashed #e0d4fb;
      border-radius: 999px;
      pointer-events: none;
    }
    
    .xp-blog-hero:before {
      width: 320px;
      height: 320px;
      left: -160px;
      top: 72px;
    }
    
    .xp-blog-hero:after {
      width: 460px;
      height: 460px;
      right: -190px;
      top: -150px;
    }
    
    .xp-blog-hero-inner {
      position: relative;
      z-index: 2;
      max-width: 760px;
      margin: 0 auto;
    }
    
    .xp-blog-eyebrow {
      display: block;
      margin: 0 0 14px;
      color: #7c4dff;
      font-size: 13px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: 1px;
      text-transform: uppercase;
    }
    
    .xp-blog-hero h1 {
      margin: 0;
      color: #111827;
      font-size: 58px;
      line-height: 1.04;
      font-weight: 900;
      letter-spacing: -2.5px;
    }
    
    .xp-blog-hero p {
      max-width: 640px;
      margin: 18px auto 0;
      color: #4f5665;
      font-size: 16px;
      line-height: 1.6;
      font-weight: 500;
    }
    
    .xp-blog-shell {
      position: relative;
      z-index: 4;
      max-width: 1620px;
      margin: -68px auto 0;
      padding: 0 44px 58px;
    }
    
    .xp-featured-card {
      overflow: hidden;
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 18px;
      box-shadow: 0 20px 42px rgba(17, 24, 39, 0.14);
    }
    
    .xp-featured-card:after {
      content: "";
      display: table;
      clear: both;
    }
    
    .xp-featured-media {
      float: left;
      width: 54%;
      height: 360px;
      overflow: hidden;
      border-radius: 12px;
      background: #f3f4f6;
      margin: 18px 0 18px 18px;
    }
    
    .xp-featured-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    .xp-featured-body {
      float: right;
      width: 39%;
      padding: 28px 42px 22px 0;
    }
    
    .xp-featured-badge {
      display: inline-block;
      min-height: 30px;
      line-height: 30px;
      margin: 0 0 24px;
      padding: 0 14px;
      border-radius: 7px;
      background: #f2eaff;
      color: #7c4dff;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .5px;
    }
    
    .xp-featured-category {
      display: block;
      margin: 0 0 12px;
      color: #ff5a1f;
      font-size: 13px;
      line-height: 1.2;
      font-weight: 900;
    }
    
    .xp-featured-title {
      margin: 0;
      color: #111827;
      font-size: 38px;
      line-height: 1.11;
      font-weight: 900;
      letter-spacing: -1.7px;
    }
    
    .xp-featured-title a:hover {
      color: #ff5a1f;
    }
    
    .xp-featured-excerpt {
      margin: 16px 0 22px;
      color: #4f5665;
      font-size: 15px;
      line-height: 1.55;
      font-weight: 500;
    }
    
    .xp-blog-meta {
      color: #6b7280;
      font-size: 13px;
      line-height: 1.2;
      font-weight: 700;
    }
    
    .xp-blog-meta:after {
      content: "";
      display: table;
      clear: both;
    }
    
    .xp-author,
    .xp-meta-item {
      float: left;
      margin-right: 14px;
      margin-bottom: 8px;
    }
    
    .xp-author-avatar {
      float: left;
      width: 34px;
      height: 34px;
      margin-right: 10px;
      border-radius: 999px;
      background: #ffe3d7;
      color: #ff5a1f;
      font-size: 11px;
      line-height: 34px;
      font-weight: 900;
      text-align: center;
      overflow: hidden;
    }
    
    .xp-author-avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    .xp-meta-icon {
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-right: 6px;
      vertical-align: -3px;
      color: #6b7280;
    }
    
    .xp-read-btn {
      display: inline-block;
      min-width: 160px;
      min-height: 52px;
      line-height: 52px;
      margin-top: 18px;
      padding: 0 24px;
      border-radius: 8px;
      background: #ff5a1f;
      color: #ffffff !important;
      font-size: 14px;
      font-weight: 900;
      text-align: center;
      box-shadow: 0 12px 24px rgba(255, 90, 31, 0.25);
    }
    
    .xp-read-btn:hover {
      background: #e64813;
      color: #ffffff !important;
    }
    
    .xp-blog-controls {
      display: flex;
      align-items: center;
      gap: 34px;
      margin: 44px 0 30px;
    }
    
    .xp-blog-controls:after,
    .xp-blog-filters:after {
      content: none;
      display: none;
    }
    
    .xp-blog-filters {
      float: none;
      width: auto;
      flex: 1 1 auto;
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: nowrap;
      min-width: 0;
    }
    
    .xp-filter {
      float: none;
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      line-height: 46px;
      margin: 0;
      padding: 0 30px;
      border: 1px solid #e7e8ee;
      border-radius: 10px;
      background: #ffffff;
      color: #2f3440 !important;
      font-size: 13px;
      font-weight: 850;
      cursor: pointer;
      white-space: nowrap;
      text-align: center;
    }
    
    .xp-filter:first-child {
      min-width: 150px;
    }
    
    /* Active state for category chips */
    .xp-filter.active,
    .xp-filter.is-active {
      border-color: #ff5a1f !important;
      background: #ff5a1f !important;
      color: #ffffff !important;
      box-shadow: 0 10px 22px rgba(255, 90, 31, 0.18) !important;
    }
    
    .xp-blog-search {
      position: relative;
      float: none;
      width: 360px;
      flex: 0 0 360px;
    }
    
    .xp-blog-search input {
      width: 100%;
      height: 46px;
      padding: 0 48px 0 18px;
      border: 1px solid #e7e8ee;
      border-radius: 10px;
      background: #ffffff;
      color: #111827;
      font-size: 13px;
      font-weight: 600;
      outline: none;
      box-shadow: none;
    }
    
    .xp-blog-search input:focus {
      border-color: #b89dff;
    }
    
    .xp-blog-search svg {
      position: absolute;
      top: 50%;
      right: 16px;
      width: 18px;
      height: 18px;
      color: #6b7280;
      transform: translateY(-50%);
    }
    
    .xp-blog-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 24px;
      margin-left: 0;
      margin-right: 0;
      align-items: stretch;
    }
    
    .xp-blog-grid:after {
      content: none;
      display: none;
    }
    
    .xp-blog-card {
      float: none;
      width: calc((100% - 48px) / 3);
      margin: 0;
      overflow: hidden;
      background: #ffffff;
      border: 1px solid #e7e8ee;
      border-radius: 8px;
      box-shadow: 0 8px 22px rgba(17, 24, 39, 0.055);
      display: flex;
      flex-direction: column;
    }
    
    .xp-blog-card:hover {
      box-shadow: 0 22px 46px rgba(17, 24, 39, 0.14);
    }
    
    .xp-card-media {
      display: block;
      width: 100%;
      height: 172px;
      overflow: hidden;
      background: #f3f4f6;
      flex: 0 0 172px;
    }
    
    .xp-card-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    .xp-card-body {
      height: 174px;
      min-height: 174px;
      padding: 15px 18px 14px;
      display: grid;
      grid-template-rows: 15px 47px 38px 24px;
      row-gap: 8px;
      flex: 0 0 174px;
    }
    
    .xp-post-category {
      display: block;
      margin: 0;
      color: #7c4dff;
      font-size: 12px;
      line-height: 15px;
      font-weight: 900;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    
    .xp-card-title {
      height: 47px;
      min-height: 47px;
      max-height: 47px;
      margin: 0;
      color: #111827;
      font-size: 19px;
      line-height: 1.23;
      font-weight: 900;
      letter-spacing: -.5px;
      overflow: hidden;
    }
    
    .xp-card-title a {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    
    .xp-card-title a:hover {
      color: #ff5a1f;
    }
    
    .xp-card-excerpt {
      height: 38px;
      min-height: 38px;
      max-height: 38px;
      margin: 0;
      color: #4f5665;
      font-size: 13px;
      line-height: 1.45;
      font-weight: 500;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
    
    .xp-card-bottom {
      margin: 0;
      min-height: 24px;
      line-height: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
    }
    
    .xp-card-bottom:after {
      content: none;
      display: none;
    }
    
    .xp-card-bottom .xp-blog-meta {
      float: none;
      width: auto;
      font-size: 12px;
      font-weight: 700;
      white-space: nowrap;
      display: flex;
      align-items: center;
      gap: 10px;
      min-width: 0;
    }
    
    .xp-card-bottom .xp-blog-meta .xp-meta-item {
      float: none;
      display: inline-flex;
      align-items: center;
      margin-right: 0;
      margin-bottom: 0;
      vertical-align: middle;
    }
    
    .xp-card-link {
      float: none;
      display: inline-flex;
      align-items: center;
      color: #ff5a1f !important;
      font-size: 12px;
      line-height: 1;
      font-weight: 900;
      white-space: nowrap;
      margin-top: 0;
      flex: 0 0 auto;
    }
    
    .xp-card-link:hover {
      color: #e64813 !important;
    }
    
    .xp-blog-empty {
      display: none;
      width: 100%;
      padding: 30px;
      border: 1px dashed #e7e8ee;
      border-radius: 14px;
      background: #ffffff;
      color: #4f5665;
      text-align: center;
      font-size: 15px;
      font-weight: 700;
    }
    
    .xp-pagination {
      clear: both;
      text-align: center;
      margin: 32px 0 0;
    }
    
    .xp-page-btn,
    .xp-page-ellipsis {
      width: 40px;
      height: 40px;
      display: inline-block;
      margin: 0 3px;
      border: 0;
      border-radius: 999px;
      background: transparent;
      color: #374151;
      font-size: 14px;
      line-height: 40px;
      font-weight: 900;
      text-align: center;
    }
    
    button.xp-page-btn {
      cursor: pointer;
    }
    
    .xp-page-btn:hover {
      background: #f5f6fa;
    }
    
    .xp-page-btn.active {
      background: #7c4dff;
      color: #ffffff;
      box-shadow: 0 10px 20px rgba(124, 77, 255, 0.20);
    }
    
    .xp-newsletter {
      clear: both;
      margin: 36px 0 0;
      padding: 30px 46px;
      border-radius: 10px;
      background: #fbf0ff;
      border: 1px solid #eadfee;
    }
    
    .xp-newsletter:after {
      content: "";
      display: table;
      clear: both;
    }
    
    .xp-newsletter-copy {
      float: left;
      width: 55%;
    }
    
    .xp-newsletter-copy:after {
      content: "";
      display: table;
      clear: both;
    }
    
    .xp-newsletter-icon {
      float: left;
      width: 58px;
      height: 58px;
      margin-right: 18px;
      border-radius: 999px;
      background: #ffffff;
      color: #7c4dff;
      box-shadow: 0 10px 22px rgba(17, 24, 39, 0.07);
      text-align: center;
    }
    
    .xp-newsletter-icon svg {
      margin: 16px auto 0;
    }
    
    .xp-newsletter h3 {
      margin: 0 0 6px;
      color: #111827;
      font-size: 24px;
      line-height: 1.18;
      font-weight: 900;
      letter-spacing: -.8px;
    }
    
    .xp-newsletter p {
      margin: 0;
      color: #4f5665;
      font-size: 14px;
      line-height: 1.45;
      font-weight: 600;
    }
    
    .xp-newsletter-form {
      float: right;
      width: 420px;
      margin-top: 5px;
    }
    
    .xp-newsletter-form input {
      float: left;
      width: 288px;
      height: 48px;
      border: 1px solid #dddfe7;
      border-right: 0;
      border-radius: 7px 0 0 7px;
      background: #ffffff;
      color: #111827;
      padding: 0 16px;
      font-size: 13px;
      outline: none;
    }
    
    .xp-newsletter-form button {
      float: left;
      width: 132px;
      height: 48px;
      border: 0;
      border-radius: 0 7px 7px 0;
      background: #ff5a1f;
      color: #ffffff;
      font-size: 14px;
      font-weight: 900;
      cursor: pointer;
    }
    
    .xp-newsletter-form button:hover {
      background: #e64813;
    }
    
    @media only screen and (max-width: 1180px) {
      .xp-blog-page {
        padding-top: 0 !important;
      }
    
      .xp-featured-media,
      .xp-featured-body {
        float: none;
        width: auto;
      }
    
      .xp-featured-media {
        height: 330px;
        margin: 18px;
      }
    
      .xp-featured-body {
        padding: 8px 26px 28px;
      }
    
        .xp-blog-controls {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
      }
    
      .xp-blog-filters,
      .xp-blog-search {
        float: none;
        width: 100%;
      }
    
      .xp-blog-filters {
        flex: 0 0 auto;
        flex-wrap: wrap;
      }
    
      .xp-blog-search {
        flex: 0 0 auto;
        margin-top: 0;
      }
    
      .xp-blog-card {
        width: calc((100% - 24px) / 2);
        margin: 0;
      }
    
      .xp-newsletter-copy,
      .xp-newsletter-form {
        float: none;
        width: 100%;
      }
    
      .xp-newsletter-form {
        margin-top: 20px;
      }
    
      .xp-newsletter-form input {
        width: 70%;
      }
    
      .xp-newsletter-form button {
        width: 30%;
      }
    }
    
    @media only screen and (max-width: 767px) {
      .xp-blog-page {
        padding-top: 0 !important;
      }
    
      .xp-blog-hero {
        padding: 34px 16px 78px;
      }
    
      .xp-blog-hero h1 {
        font-size: 36px;
        letter-spacing: -1.6px;
      }
    
      .xp-blog-hero p {
        font-size: 14px;
        line-height: 1.55;
      }
    
      .xp-blog-shell {
        margin-top: -52px;
        padding: 0 16px 42px;
      }
    
      .xp-featured-card {
        border-radius: 16px;
      }
    
      .xp-featured-media {
        height: 235px;
        margin: 12px;
      }
    
      .xp-featured-body {
        padding: 8px 16px 20px;
      }
    
      .xp-featured-badge {
        margin-bottom: 16px;
      }
    
      .xp-featured-title {
        font-size: 27px;
        letter-spacing: -1px;
      }
    
      .xp-featured-excerpt {
        font-size: 14px;
      }
    
      .xp-read-btn {
        display: block;
        width: 100%;
      }
    
      .xp-blog-controls {
        margin: 30px 0 22px;
      }
    
      .xp-blog-card {
        float: none;
        width: 100%;
        margin: 0 0 18px;
      }
    
      .xp-card-media {
        height: 190px;
      }
    
      .xp-card-body {
        min-height: 0;
      }
    
      .xp-card-bottom .xp-blog-meta,
      .xp-card-link {
        float: none;
        width: auto;
        display: block;
      }
    
      .xp-card-link {
        margin-top: 10px;
      }
    
      .xp-page-btn,
      .xp-page-ellipsis {
        width: 36px;
        height: 36px;
        line-height: 36px;
      }
    
      .xp-newsletter {
        margin-top: 28px;
        padding: 24px 18px;
      }
    
      .xp-newsletter-copy {
        text-align: left;
      }
    
      .xp-newsletter-icon {
        width: 48px;
        height: 48px;
        margin-right: 14px;
      }
    
      .xp-newsletter-icon svg {
        margin-top: 12px;
      }
    
      .xp-newsletter h3 {
        font-size: 21px;
      }
    
      .xp-newsletter-form input,
      .xp-newsletter-form button {
        float: none;
        width: 100%;
      }
    
      .xp-newsletter-form input {
        border-right: 1px solid #dddfe7;
        border-radius: 7px;
      }
    
      .xp-newsletter-form button {
        margin-top: 10px;
        border-radius: 7px;
      }
    }
    
    /* Blog final small fixes - do not change locked layout */
    
    /* Blog final small fixes - locked card structure */
    .xp-featured-body .xp-author {
      display: none !important;
    }
    
    .xp-card-bottom {
      margin: 0 !important;
      min-height: 24px !important;
      line-height: 20px !important;
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
      gap: 10px !important;
    }
    
    .xp-card-bottom .xp-blog-meta {
      float: none !important;
      width: auto !important;
      white-space: nowrap !important;
      display: flex !important;
      align-items: center !important;
      gap: 10px !important;
    }
    
    .xp-card-bottom .xp-blog-meta .xp-meta-item {
      float: none !important;
      display: inline-flex !important;
      align-items: center !important;
      margin-right: 0 !important;
      margin-bottom: 0 !important;
      vertical-align: middle !important;
    }
    
    .xp-card-bottom .xp-card-link {
      float: none !important;
      display: inline-flex !important;
      align-items: center !important;
      margin-top: 0 !important;
      white-space: nowrap !important;
    }
    
    
    /* XaraPrint Editorial Blog Article */
    
    .xp-article-editorial {
      max-width: 980px;
      margin: 0 auto;
      padding: 36px 20px 70px;
      color: #252a35;
    }
    
    .xp-article-editorial img {
      max-width: 100%;
      display: block;
    }
    
    .xp-article-hero {
      margin-bottom: 34px;
    }
    
    .xp-article-kicker {
      display: inline-block;
      margin-bottom: 14px;
      color: #f15a24;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 1px;
    }
    
    .xp-article-hero h1 {
      margin: 0 0 14px;
      color: #121826;
      font-size: 48px;
      line-height: 1.08;
      font-weight: 900;
      letter-spacing: -1.5px;
    }
    
    .xp-article-deck {
      max-width: 760px;
      margin: 0 0 18px;
      color: #4f5665;
      font-size: 20px;
      line-height: 1.65;
    }
    
    .xp-article-meta {
      display: flex;
      gap: 16px;
      margin-bottom: 24px;
      color: #7a8190;
      font-size: 14px;
    }
    
    .xp-article-meta span + span:before {
      content: "•";
      margin-right: 16px;
      color: #b4bac6;
    }
    
    .xp-article-hero-image {
      overflow: hidden;
      border-radius: 18px;
      background: #f3f4f7;
      margin-bottom: 10px;
    }
    
    .xp-article-hero-image img {
      width: 100%;
      height: auto;
    }
    
    .xp-article-caption {
      margin: 0 0 26px;
      color: #7a8190;
      font-size: 13px;
      line-height: 1.5;
    }
    
    .xp-article-body {
      max-width: 820px;
    }
    
    .xp-article-body p {
      margin: 0 0 22px;
      color: #3f4655;
      font-size: 18px;
      line-height: 1.85;
    }
    
    .xp-article-body .xp-article-lead {
      color: #1f2531;
      font-size: 23px;
      line-height: 1.75;
      font-weight: 500;
      margin-bottom: 26px;
    }
    
    .xp-article-body h2 {
      margin: 42px 0 16px;
      color: #121826;
      font-size: 34px;
      line-height: 1.2;
      font-weight: 900;
      letter-spacing: -0.8px;
    }
    
    .xp-article-pullquote {
      margin: 34px 0;
      padding: 26px 30px;
      border-left: 4px solid #f15a24;
      background: #fff7f3;
      color: #121826;
      font-size: 24px;
      line-height: 1.55;
      font-weight: 700;
      border-radius: 12px;
    }
    
    .xp-article-image-block {
      margin: 34px 0;
    }
    
    .xp-article-image-block img {
      width: 100%;
      border-radius: 16px;
    }
    
    .xp-article-checklist {
      margin: 24px 0 28px;
      display: block;
    }
    
    .xp-article-checkitem {
      margin-bottom: 14px;
      padding: 18px 20px;
      border: 1px solid #ebeef3;
      border-radius: 12px;
      background: #ffffff;
    }
    
    .xp-article-checkitem strong {
      display: block;
      margin-bottom: 4px;
      color: #121826;
      font-size: 17px;
    }
    
    .xp-article-checkitem span {
      color: #4f5665;
      font-size: 15px;
      line-height: 1.6;
    }
    
    .xp-article-image-grid {
      margin: 34px 0 10px;
      display: flex;
      gap: 18px;
    }
    
    .xp-article-image-grid-item {
      width: 50%;
      overflow: hidden;
      border-radius: 16px;
      background: #f3f4f7;
    }
    
    .xp-article-image-grid-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    .xp-article-cta {
      margin-top: 48px;
      padding: 30px 32px;
      border-radius: 18px;
      background: #fff4ed;
      border: 1px solid #f5d4c8;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
    }
    
    .xp-article-cta-text h3 {
      margin: 0 0 10px;
      color: #121826;
      font-size: 28px;
      line-height: 1.2;
      font-weight: 900;
    }
    
    .xp-article-cta-text p {
      margin: 0;
      color: #4f5665;
      font-size: 16px;
      line-height: 1.7;
    }
    
    .xp-article-cta a {
      flex: 0 0 auto;
      display: inline-block;
      height: 48px;
      line-height: 48px;
      padding: 0 24px;
      border-radius: 8px;
      background: #f15a24;
      color: #ffffff !important;
      font-weight: 800;
      text-decoration: none;
    }
    
    .xp-article-cta a:hover {
      background: #df4d18;
      color: #ffffff !important;
    }
    
    @media only screen and (max-width: 768px) {
      .xp-article-editorial {
        padding: 26px 16px 54px;
      }
    
      .xp-article-hero h1 {
        font-size: 34px;
        line-height: 1.15;
      }
    
      .xp-article-deck {
        font-size: 17px;
      }
    
      .xp-article-body .xp-article-lead {
        font-size: 20px;
      }
    
      .xp-article-body p {
        font-size: 16px;
        line-height: 1.8;
      }
    
      .xp-article-body h2 {
        font-size: 26px;
      }
    
      .xp-article-pullquote {
        font-size: 20px;
        padding: 22px 20px;
      }
    
      .xp-article-image-grid {
        display: block;
      }
    
      .xp-article-image-grid-item {
        width: 100%;
        margin-bottom: 16px;
      }
    
      .xp-article-cta {
        display: block;
      }
    
      .xp-article-cta a {
        margin-top: 18px;
      }
    }
    /* Blog final small fixes - do not change locked layout */
    
    /* Blog final small fixes - locked card structure */
    .xp-featured-body .xp-author {
      display: none !important;
    }
    
    .xp-card-bottom {
      margin: 0 !important;
      min-height: 24px !important;
      line-height: 20px !important;
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
      gap: 10px !important;
    }
    
    .xp-card-bottom .xp-blog-meta {
      float: none !important;
      width: auto !important;
      white-space: nowrap !important;
      display: flex !important;
      align-items: center !important;
      gap: 10px !important;
    }
    
    .xp-card-bottom .xp-blog-meta .xp-meta-item {
      float: none !important;
      display: inline-flex !important;
      align-items: center !important;
      margin-right: 0 !important;
      margin-bottom: 0 !important;
      vertical-align: middle !important;
    }
    
    .xp-card-bottom .xp-card-link {
      float: none !important;
      display: inline-flex !important;
      align-items: center !important;
      margin-top: 0 !important;
      white-space: nowrap !important;
    }
    /* =========================================================
       XaraPrint Mobile Product Detail Shell
       OPS-safe flexbox version
       Replace previous xpd CSS block with this full block
       ========================================================= */
    
    @media only screen and (max-width: 767px) {
      body.xpd-mobile-product {
        background: #ffffff !important;
        color: #111827 !important;
        overflow-x: hidden !important;
      }
    
      body.xpd-mobile-product .xpd-source-hidden,
      body.xpd-mobile-product .xpd-hide-default,
      body.xpd-mobile-product .product-sticky-footer,
      body.xpd-mobile-product .sticky-bottom,
      body.xpd-mobile-product .sticky-footer,
      body.xpd-mobile-product [class*="sticky"][class*="cart"],
      body.xpd-mobile-product [class*="sticky"][class*="start"] {
        display: none !important;
      }
    
      .xpd-shell,
      .xpd-shell * {
        box-sizing: border-box;
      }
    
      .xpd-shell {
        width: 100%;
        max-width: 430px;
        margin: 0 auto;
        background: #ffffff;
        color: #111827;
        font-family: inherit;
        overflow: hidden;
        border-left: 1px solid #eef0f5;
        border-right: 1px solid #eef0f5;
      }
    
      .xpd-inner {
        padding: 0 14px;
      }
    
      .xpd-breadcrumb {
        padding: 14px 14px 8px;
        color: #697386;
        font-size: 12px;
        line-height: 1.3;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
    
      .xpd-breadcrumb a {
        color: #6d5dfc !important;
        text-decoration: none !important;
      }
    
      .xpd-hero {
        padding: 0 14px 12px;
      }
    
      .xpd-title {
        margin: 0 0 8px;
        color: #111827;
        font-size: 22px;
        line-height: 1.18;
        font-weight: 900;
        letter-spacing: -0.04em;
      }
    
      .xpd-meta {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
        margin: 0 0 18px;
        color: #697386;
        font-size: 13px;
        font-weight: 700;
      }
    
      .xpd-rating {
        color: #f59e0b;
        font-weight: 900;
      }
    
      .xpd-meta-divider {
        width: 1px;
        height: 16px;
        background: #cfd5df;
      }
    
      .xpd-starting {
        margin: 0 0 4px;
        color: #697386;
        font-size: 13px;
        line-height: 1.2;
      }
    
      .xpd-price-row {
        display: flex;
        align-items: baseline;
        gap: 5px;
        margin-bottom: 2px;
      }
    
      .xpd-price {
        color: #ec1f64;
        font-size: 25px;
        line-height: 1;
        font-weight: 950;
        letter-spacing: -0.04em;
      }
    
      .xpd-unit {
        color: #111827;
        font-size: 13px;
        font-weight: 850;
      }
    
      .xpd-tax {
        color: #697386;
        font-size: 11px;
        line-height: 1.3;
      }
    
      .xpd-gallery-card {
        position: relative;
        margin: 14px 14px 14px;
        overflow: hidden;
        border-radius: 10px;
        background: #f3f5f9;
      }
    
      .xpd-gallery-card img {
        display: block;
        width: 100% !important;
        height: auto !important;
        min-height: 164px;
        object-fit: cover;
        border-radius: 10px;
      }
    
      .xpd-gallery-card .xpd-gallery-source {
        width: 100%;
      }
    
      .xpd-gallery-card .slick-list,
      .xpd-gallery-card .owl-stage-outer,
      .xpd-gallery-card .swiper,
      .xpd-gallery-card .carousel-inner {
        border-radius: 10px;
        overflow: hidden;
      }
    
      .xpd-zoom {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 38px;
        height: 38px;
        border: 0;
        border-radius: 999px;
        background: #ffffff;
        color: #111827;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 18px rgba(17, 24, 39, 0.16);
        z-index: 4;
      }
    
      .xpd-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 2px 0 22px;
      }
    
      .xpd-dot {
        width: 8px;
        height: 8px;
        border-radius: 999px;
        background: #b7beca;
      }
    
      .xpd-dot.is-active {
        background: #ec1f64;
      }
    
      .xpd-customize-card {
        margin: 0 10px 18px;
        padding: 10px 10px 10px 14px;
        display: flex;
        align-items: center;
        gap: 10px;
        border: 1px solid #e4e8f0;
        border-radius: 8px;
        background: #ffffff;
        box-shadow: 0 8px 22px rgba(17, 24, 39, 0.08);
      }
    
      .xpd-customize-card > div:first-child {
        width: 31%;
        flex: 0 0 31%;
      }
    
      .xpd-customize-card > div:nth-child(2) {
        flex: 1 1 auto;
        min-width: 0;
      }
    
      .xpd-customize-card > .xpd-customize-btn {
        width: 46px;
        flex: 0 0 46px;
      }
    
      .xpd-mini-label {
        color: #697386;
        font-size: 12px;
        line-height: 1.15;
        margin-bottom: 4px;
      }
    
      .xpd-mini-price {
        color: #ec1f64;
        font-size: 21px;
        line-height: 1;
        font-weight: 950;
      }
    
      .xpd-mini-unit {
        color: #111827;
        font-size: 11px;
        font-weight: 850;
      }
    
      .xpd-customize-title {
        color: #111827;
        font-size: 14px;
        font-weight: 950;
        line-height: 1.15;
        margin-bottom: 3px;
      }
    
      .xpd-customize-subtitle {
        color: #697386;
        font-size: 11px;
        line-height: 1.25;
      }
    
      .xpd-customize-btn {
        height: 46px;
        border: 0;
        border-radius: 6px;
        background: linear-gradient(135deg, #ec1f64, #f0447b);
        color: #ffffff;
        font-size: 30px;
        line-height: 1;
        font-weight: 300;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 18px rgba(236, 31, 100, 0.28);
      }
    
      .xpd-options {
        margin: 0 10px 16px;
        border: 1px solid #e4e8f0;
        border-radius: 8px;
        overflow: hidden;
        background: #ffffff;
      }
    
      .xpd-option {
        border-bottom: 1px solid #e4e8f0;
        background: #ffffff;
      }
    
      .xpd-option:last-child {
        border-bottom: 0;
      }
    
      .xpd-option-head {
        width: 100%;
        min-height: 61px;
        padding: 10px 13px;
        border: 0;
        background: #ffffff;
        color: #111827;
        display: flex;
        align-items: center;
        gap: 12px;
        text-align: left;
      }
    
      .xpd-option-head > .xpd-option-icon {
        width: 36px;
        flex: 0 0 36px;
      }
    
      .xpd-option-head > span:nth-child(2) {
        flex: 1 1 auto;
        min-width: 0;
      }
    
      .xpd-option-head > .xpd-option-arrow {
        width: 20px;
        flex: 0 0 20px;
      }
    
      .xpd-option-icon {
        height: 30px;
        color: #12234a;
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }
    
      .xpd-option-icon svg {
        width: 25px;
        height: 25px;
      }
    
      .xpd-option-title {
        display: block;
        color: #111827;
        font-size: 14px;
        font-weight: 950;
        line-height: 1.15;
      }
    
      .xpd-option-subtitle {
        display: block;
        margin-top: 3px;
        color: #697386;
        font-size: 11px;
        line-height: 1.25;
        font-weight: 600;
      }
    
      .xpd-option-arrow {
        color: #12234a;
        font-size: 18px;
        transition: transform 0.18s ease;
      }
    
      .xpd-option.is-open .xpd-option-arrow {
        transform: rotate(180deg);
      }
    
      .xpd-option-body {
        display: none;
        padding: 0 13px 14px 61px;
        background: #ffffff;
      }
    
      .xpd-option.is-open .xpd-option-body {
        display: block;
      }
    
      .xpd-option-body table,
      .xpd-option-body tbody,
      .xpd-option-body tr,
      .xpd-option-body td,
      .xpd-option-body th {
        display: block !important;
        width: 100% !important;
      }
    
      .xpd-field-wrap {
        margin: 0 0 12px;
      }
    
      .xpd-field-wrap:last-child {
        margin-bottom: 0;
      }
    
      .xpd-field-wrap label,
      .xpd-field-wrap strong,
      .xpd-field-wrap span,
      .xpd-option-body label,
      .xpd-option-body strong {
        color: #111827;
        font-size: 12px;
        font-weight: 850;
        line-height: 1.25;
      }
    
      .xpd-option-body input[type="text"],
      .xpd-option-body input[type="number"],
      .xpd-option-body input[type="email"],
      .xpd-option-body select,
      .xpd-option-body textarea {
        width: 100% !important;
        height: 42px !important;
        min-height: 42px !important;
        border: 1px solid #dfe4ec !important;
        border-radius: 6px !important;
        background: #ffffff !important;
        color: #111827 !important;
        font-size: 13px !important;
        padding: 0 10px !important;
        box-shadow: none !important;
      }
    
      .xpd-option-body textarea {
        height: auto !important;
        min-height: 82px !important;
        padding: 10px !important;
      }
    
      .xpd-option-body .bootstrap-select,
      .xpd-option-body .btn-group.bootstrap-select {
        width: 100% !important;
      }
    
      .xpd-option-body .bootstrap-select > .btn,
      .xpd-option-body .btn.dropdown-toggle,
      .xpd-option-body button.dropdown-toggle {
        width: 100% !important;
        height: 42px !important;
        min-height: 42px !important;
        border: 1px solid #dfe4ec !important;
        border-radius: 6px !important;
        background: #ffffff !important;
        color: #111827 !important;
        font-size: 13px !important;
        text-align: left !important;
        box-shadow: none !important;
      }
    
      .xpd-action-row {
        margin: 10px 10px;
        min-height: 56px;
        padding: 8px 12px;
        display: flex;
        align-items: center;
        gap: 10px;
        border-radius: 6px;
        background: #ffffff;
        text-decoration: none !important;
      }
    
      .xpd-action-row > .xpd-action-icon {
        width: 42px;
        flex: 0 0 42px;
      }
    
      .xpd-action-row > span:nth-child(2) {
        flex: 1 1 auto;
        min-width: 0;
      }
    
      .xpd-action-row > .xpd-action-arrow {
        width: 18px;
        flex: 0 0 18px;
      }
    
      .xpd-upload-row {
        border: 1px dashed #ec1f64;
      }
    
      .xpd-quote-row {
        border: 1px solid #182a60;
      }
    
      .xpd-action-icon {
        height: 34px;
        color: #12234a;
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }
    
      .xpd-action-icon svg {
        width: 28px;
        height: 28px;
      }
    
      .xpd-action-title {
        display: block;
        color: #111827;
        font-size: 13px;
        font-weight: 950;
        line-height: 1.15;
      }
    
      .xpd-action-subtitle {
        display: block;
        margin-top: 3px;
        color: #697386;
        font-size: 10.5px;
        line-height: 1.2;
        font-weight: 700;
      }
    
      .xpd-action-arrow {
        color: #ec1f64;
        font-size: 22px;
        line-height: 1;
      }
    
      .xpd-quote-row .xpd-action-arrow {
        color: #12234a;
      }
    
      .xpd-trust {
        display: flex;
        margin: 18px 0 0;
        padding: 15px 10px 18px;
        border-top: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        background: #ffffff;
      }
    
      .xpd-trust-item {
        width: 25%;
        flex: 0 0 25%;
        min-width: 0;
        padding: 0 7px;
        text-align: center;
        border-right: 1px solid #e1e5ec;
      }
    
      .xpd-trust-item:last-child {
        border-right: 0;
      }
    
      .xpd-trust-icon {
        height: 24px;
        margin: 0 auto 8px;
        color: #12234a;
        display: flex;
        align-items: center;
        justify-content: center;
      }
    
      .xpd-trust-icon svg {
        width: 23px;
        height: 23px;
      }
    
      .xpd-trust-title {
        color: #111827;
        font-size: 11px;
        line-height: 1.12;
        font-weight: 950;
      }
    
      .xpd-trust-subtitle {
        margin-top: 3px;
        color: #697386;
        font-size: 9.5px;
        line-height: 1.15;
        font-weight: 600;
      }
    
      .xpd-tabs {
        background: #ffffff;
      }
    
      .xpd-tab-nav {
        display: flex;
        border-bottom: 1px solid #e4e8f0;
        background: #ffffff;
      }
    
      .xpd-tab-btn {
        position: relative;
        width: 25%;
        flex: 0 0 25%;
        min-height: 44px;
        padding: 0 4px;
        border: 0;
        background: #ffffff;
        color: #394150;
        font-size: 12px;
        font-weight: 850;
      }
    
      .xpd-tab-btn.is-active {
        color: #111827;
      }
    
      .xpd-tab-btn.is-active:after {
        content: "";
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: -1px;
        height: 2px;
        background: #ec1f64;
      }
    
      .xpd-tab-panel {
        display: none;
        padding: 16px 10px 20px;
        color: #111827;
        font-size: 13px;
        line-height: 1.55;
      }
    
      .xpd-tab-panel.is-active {
        display: block;
      }
    
      .xpd-tab-panel h1,
      .xpd-tab-panel h2,
      .xpd-tab-panel h3,
      .xpd-tab-panel h4 {
        margin: 0 0 10px;
        color: #111827;
        font-size: 15px;
        line-height: 1.25;
        font-weight: 950;
      }
    
      .xpd-tab-panel p {
        margin: 0 0 10px;
        color: #263142;
        font-size: 13px;
        line-height: 1.5;
      }
    
      .xpd-tab-panel ul {
        margin: 10px 0 0;
        padding: 0;
        list-style: none;
      }
    
      .xpd-tab-panel li {
        position: relative;
        margin: 0 0 7px;
        padding-left: 18px;
        color: #263142;
        font-size: 12.5px;
        line-height: 1.35;
      }
    
      .xpd-tab-panel li:before {
        content: "✓";
        position: absolute;
        left: 0;
        top: 0;
        color: #16a34a;
        font-weight: 950;
      }
    
      .xpd-read-more {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        margin-top: 8px;
        color: #ec1f64 !important;
        font-size: 12px;
        font-weight: 950;
        text-decoration: none !important;
      }
    
      .xpd-related {
        padding: 15px 10px 20px;
        border-top: 1px solid #edf0f5;
        background: #ffffff;
      }
    
      .xpd-section-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 12px;
      }
    
      .xpd-section-title {
        margin: 0;
        color: #111827;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 950;
        letter-spacing: -0.02em;
      }
    
      .xpd-view-all {
        color: #6d3dfc !important;
        font-size: 12px;
        font-weight: 850;
        text-decoration: none !important;
      }
    
      .xpd-related-strip {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 4px;
      }
    
      .xpd-related-strip::-webkit-scrollbar {
        display: none;
      }
    
      .xpd-related-card {
        flex: 0 0 102px;
        overflow: hidden;
        border: 1px solid #e4e8f0;
        border-radius: 6px;
        background: #ffffff;
        text-decoration: none !important;
      }
    
      .xpd-related-card img {
        width: 100%;
        height: 70px;
        object-fit: cover;
        display: block;
        background: #f3f5f9;
      }
    
      .xpd-related-body {
        padding: 8px 7px 9px;
      }
    
      .xpd-related-title {
        min-height: 31px;
        color: #111827;
        font-size: 10.5px;
        line-height: 1.18;
        font-weight: 950;
      }
    
      .xpd-related-price {
        margin-top: 7px;
        color: #ec1f64;
        font-size: 11.5px;
        font-weight: 950;
      }
    
      .xpd-related-rating {
        margin-top: 4px;
        color: #f59e0b;
        font-size: 10px;
        font-weight: 850;
      }
    
      .xpd-bottom-benefits {
        display: flex;
        border-top: 1px solid #e4e8f0;
        border-bottom: 1px solid #e4e8f0;
        background: #ffffff;
      }
    
      .xpd-bottom-benefit {
        width: 25%;
        flex: 0 0 25%;
        min-height: 58px;
        padding: 9px 4px;
        text-align: center;
        border-right: 1px solid #e4e8f0;
      }
    
      .xpd-bottom-benefit:last-child {
        border-right: 0;
      }
    
      .xpd-bottom-benefit svg {
        width: 18px;
        height: 18px;
        color: #12234a;
        margin-bottom: 5px;
      }
    
      .xpd-bottom-benefit strong {
        display: block;
        color: #111827;
        font-size: 9.2px;
        line-height: 1.1;
        font-weight: 950;
      }
    
      .xpd-bottom-benefit span {
        display: block;
        margin-top: 3px;
        color: #697386;
        font-size: 7.8px;
        line-height: 1.1;
      }
    
      .xpd-footer {
        background: #061f42;
        color: #ffffff;
        padding: 20px 10px 18px;
      }
    
      .xpd-footer-grid {
        display: flex;
        gap: 13px;
      }
    
      .xpd-footer-grid > div {
        width: 25%;
        flex: 0 0 25%;
        min-width: 0;
      }
    
      .xpd-footer h4 {
        margin: 0 0 10px;
        color: #ffffff;
        font-size: 10.5px;
        line-height: 1.15;
        font-weight: 950;
      }
    
      .xpd-footer p,
      .xpd-footer a {
        display: block;
        margin: 0 0 7px;
        color: rgba(255, 255, 255, 0.82) !important;
        font-size: 8.8px;
        line-height: 1.35;
        font-weight: 600;
        text-decoration: none !important;
      }
    
      .xpd-socials {
        display: flex;
        gap: 8px;
        margin-top: 8px;
      }
    
      .xpd-socials span {
        color: #ffffff;
        font-size: 11px;
        font-weight: 900;
      }
    
      .xpd-copyright {
        margin-top: 18px;
        padding-top: 12px;
        border-top: 1px solid rgba(255,255,255,0.12);
        color: rgba(255,255,255,0.78);
        font-size: 10px;
        text-align: center;
      }
    }
    @media only screen and (min-width:767px) {
      .container {
        max-width: 100% !important;
      }
    
      .xpm-trust .xpm-wrap,
      .xpm-blog-section .xpm-wrap {
        width: 100% !important;
        max-width: 100% !important;
      }
    
      #cms_page .page-header,
      .breadcrumb_container .breadcrumb {
        display: none;
      }
    }
   /* =========================================================
   XaraPrint Header Top Row Width Lock - All Pages
   Match homepage hero width without affecting menu row
   ========================================================= */

@media only screen and (min-width: 1181px) {

  .top-header > .container,
  .top-header .container {
    width: min(1700px, calc(100% - 36px)) !important;
    max-width: 1700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* Remove default OPS page heading strip on View All Products page only */
body.xpl-product-list-page .page-title,
body.xpl-product-list-page .page_title,
body.xpl-product-list-page .page-heading,
body.xpl-product-list-page .page_heading,
body.xpl-product-list-page .inner-page-title,
body.xpl-product-list-page .content-page-title,
body.xpl-product-list-page .breadcrumb,
body.xpl-product-list-page .breadcrumbs,
body.xpl-product-list-page .breadcrumb-wrap,
body.xpl-product-list-page .breadcrumb-wrapper,
body.xpl-product-list-page .breadcrumb-section,
body.xpl-product-list-page .page-header,
body.xpl-product-list-page .category-title,
body.xpl-product-list-page .listing-title {
  display: none !important;
}

body.xpl-product-list-page #product_list_area {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.xpl-product-list-page #product_list_area > .xpl-wrap {
  margin-top: 0 !important;
}

body.xpl-product-list-page .xpl-hero {
  margin-top: 0 !important;
}
@media (min-width: 1025px) {
  body.xpl-product-list-page .xpl-hero {
    margin-top: 0 !important;
    min-height: 440px !important;
    align-items: stretch !important;
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  body.xpl-product-list-page .xpl-hero-copy {
    align-self: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  body.xpl-product-list-page .xpl-hero-card {
    align-self: stretch !important;
    display: flex !important;
    height: auto !important;
  }

  body.xpl-product-list-page .xpl-hero-card img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 440px !important;
    object-fit: cover !important;
  }
}

  /* product info page */


    #product_info.product_option_new #product-info #price_calculator .card-header .card-title .row .col-6,#product_info.product_option_new #product-info #price_calculator .card-header .card-title .row .col-6 a{
        font-size: 15px;
    }
    #product_info.product_option_new #product-info #price_calculator .card-body .price_calculator #normalcalc .form-group label{
        font-family: "poppinsbold",sans-serif;
        font-weight: 700;
        font-size: 1rem;
    }
    #product_info.product_option_new #product-info #price_calculator .card-body .price_calculator #normalcalc #additionaloptionid .option-group{
        padding: 1.5rem 0rem;
        border-bottom: 1px solid #ced4da;
        margin: 0 !important;
    }
    #product_info.product_option_new #product-info #price_calculator .card-body .price_calculator #normalcalc #additionaloptionid .prduct_option .option-group:last-child{
        border-bottom: none;     
    }
    #product_info.product_option_new #product-info #price_calculator .card-body .price_calculator #normalcalc #additionaloptionid .option-group .page-section-header{
        border: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    #product_info.product_option_new #product-info #price_calculator .card-body .price_calculator #normalcalc #additionaloptionid .option-group .collapse label {
        font-family: "poppinsbold",sans-serif;
        font-weight: 700;
      }
      #product_info.product_option_new #product-info #price_calculator .card-body .price_calculator #normalcalc #additionaloptionid .option-group .collapse .product-additional-option label{
        font-family: "poppinsregular",sans-serif;
        font-weight: 400;
        font-size: 14px;
      }
    /* XaraPrint Product Option Icons - Final Global Product Detail Fix */

#product_info.product_option_new #product-info #price_calculator .card-body .price_calculator #normalcalc #additionaloptionid .option-group .page-section-header .card-title,
.div_calculator .product_option .option-group .page-section-header .card-title,
.div_calculator .prduct_option .option-group .page-section-header .card-title {
  padding-left: 0 !important;
  position: relative !important;
}

#product_info.product_option_new #product-info #price_calculator .card-body .price_calculator #normalcalc #additionaloptionid .option-group .page-section-header .card-title a span,
.div_calculator .product_option .option-group .page-section-header .card-title a span,
.div_calculator .prduct_option .option-group .page-section-header .card-title a span {
    padding-left: 2.5rem !important;
    position: relative !important;
}

#product_info.product_option_new #product-info #price_calculator .card-body .price_calculator #normalcalc #additionaloptionid .option-group .page-section-header .card-title a span:after,
.div_calculator .product_option .option-group .page-section-header .card-title a span:after,
.div_calculator .prduct_option .option-group .page-section-header .card-title a span:after {
  content: "" !important;
  position: absolute !important;
  top: -7px !important;
  left: 0 !important;
  width: 32px !important;
  height: 32px !important;
  background-repeat: no-repeat !important;
  background-position: center left !important;
  background-size: 100% !important;
}

#product_info.product_option_new #product-info #price_calculator .card-body .price_calculator #normalcalc #additionaloptionid .option-group .page-section-header .card-title a span.custom_material:after,
.div_calculator .product_option .option-group .page-section-header .card-title a span.custom_material:after,
.div_calculator .prduct_option .option-group .page-section-header .card-title a span.custom_material:after {
  background-image: url(https://d3pyarv4eotqu4.cloudfront.net/xaraprint/images/contentimages/images/material_sheet.svg) !important;
}

#product_info.product_option_new #product-info #price_calculator .card-body .price_calculator #normalcalc #additionaloptionid .option-group .page-section-header .card-title a span.custom_printed_sides:after,
.div_calculator .product_option .option-group .page-section-header .card-title a span.custom_printed_sides:after,
.div_calculator .prduct_option .option-group .page-section-header .card-title a span.custom_printed_sides:after {
  background-image: url(https://d3pyarv4eotqu4.cloudfront.net/xaraprint/images/contentimages/images/printed_sides_grid.svg) !important;
}

#product_info.product_option_new #product-info #price_calculator .card-body .price_calculator #normalcalc #additionaloptionid .option-group .page-section-header .card-title a span.custom_finish:after,
.div_calculator .product_option .option-group .page-section-header .card-title a span.custom_finish:after,
.div_calculator .prduct_option .option-group .page-section-header .card-title a span.custom_finish:after {
  background-image: url(https://d3pyarv4eotqu4.cloudfront.net/xaraprint/images/contentimages/images/finish_droplet.svg) !important;
}

#product_info.product_option_new #product-info #price_calculator .card-body .price_calculator #normalcalc #additionaloptionid .option-group .page-section-header .card-title a span.custom_add_ons:after,
.div_calculator .product_option .option-group .page-section-header .card-title a span.custom_add_ons:after,
.div_calculator .prduct_option .option-group .page-section-header .card-title a span.custom_add_ons:after {
  background-image: url(https://d3pyarv4eotqu4.cloudfront.net/xaraprint/images/contentimages/images/add_ons.svg) !important;
}
     #product_info.product_option_new #product-info #price_calculator .card-body .price_calculator #normalcalc #additionaloptionid .option-group .collapse {
        padding-left: 2.5rem;
      }
      #product_info.product_option_new #product-info #price_calculator .card-body .price_calculator #normalcalc #additionaloptionid .option-group .page-section-header .card-title a[aria-expanded="true"] .fa-caret-square-down::before {
        content: '\f106';
      }
      #product_info.product_option_new #product-info #price_calculator .card-body .price_calculator #normalcalc #additionaloptionid .option-group .page-section-header .card-title a[aria-expanded="false"] .fa-caret-square-down::before {
        content: '\f107';
      }
      #product_info.product_option_new #product-info #price_calculator .card-body .price_calculator #normalcalc #additionaloptionid .option-group .page-section-header .card-title a[aria-expanded="true"] {
        padding-bottom: 1rem;
        display: block;
      }
      #product_info.product_option_new #product-info #price_calculator .card-body .price_calculator #normalcalc #additionaloptionid .option-group .page-section-header .card-title a {
        
        font-family: "poppinsbold",sans-serif;
        font-weight: 700;
      }
      #product_info.product_option_new #product-info #price_calculator .card-body #pricecalulate{
        padding: 1rem;
        border: 1px solid #cdcdcd;
        border-radius: 15px;
      }
      #product-info #price_calculator #shippricecalulate{
        padding: 1rem;
        border: 1px solid #cacaca !important;
        margin-top: 1.5rem;
        border-radius: 15px;
      }
      #product-info #price_calculator #shippricecalulate #shippingcalc{
        margin-top: 1rem !important;
      }
      #product-info #price_calculator #shippricecalulate #shippingcalc .card-title a{
        font-family: "poppinsmedium",sans-serif;
        font-size: 17px;
      }
      #product-info #price_calculator #shippricecalulate #shippingcalc .card-title a[aria-expanded="false"] .fa-caret-square-down::before,#product-info #price_calculator #shippricecalulate #shippingcalc .card-title a .fa-caret-square-down::before {
        content: '\f107';
      }
      #product-info #price_calculator #shippricecalulate #shippingcalc .card-title a[aria-expanded="true"] .fa-caret-square-down::before {
        content: '\f106';
      }
      .browse_design, .upload_design, .custom_design, .hire_designer, .quote_design, .ico_quote_design{
        background-color: transparent;
      }
      .btn-img-text.upload-design.media.px-3.py-2.text-secondary {
        border: 1px dashed #da276d;
      }
      .btn-img-text.media.ico-quote-design.px-3.py-2.text-dark{
        border: 1px solid #000;
      }
      .upload_design .btn-img-text i,.ico_quote_design .btn-img-text i {
        background: transparent;
        color: #000;
      }
      .upload_design .btn-img-text .h4,.ico_quote_design .btn-img-text .h4{
color: #000;
font-size: 18px;
      }
      .ico_quote_design i::before{
        content: url("https://d3pyarv4eotqu4.cloudfront.net/xaraprint/images/contentimages/images/request_custom_quote.svg");
      }
      .upload_design i::before {
        content: url("https://d3pyarv4eotqu4.cloudfront.net/xaraprint/images/contentimages/images/upload_artwork.svg");
      }
      .browse_design .btn-img-text i, .upload_design .btn-img-text i, .custom_design .btn-img-text i, .hire_designer .btn-img-text i, .quote_design .btn-img-text i, .ico_quote_design .btn-img-text i{
        height: auto;
        width: auto;
        line-height: 1;
      }

    
 
@media only screen and (max-width: 767px){
    #product_info.product_option_new #product-info #price_calculator .card-body .price_calculator #normalcalc #additionaloptionid .option-group .page-section-header .card-title a {
        font-size: 1rem;
      }
      .bootstrap-select .dropdown-toggle {
        line-height: 1.9;
        font-family: "poppinsregular",sans-serif !important;
        font-weight: 400;
        font-size: 14px;
      }

}
@media only screen and (min-width: 767px){
    .page-header {
        border: 0;
        padding: 1rem 0 1rem 0;
        margin: 0;
        background: transparent;
      }
}


@media only screen and (min-width: 1600px){
    body.xqr-page .container{
       max-width: 1700px !important;
    }
}

/* =========================================================
   XaraPrint Individual Blog Page - Mobile Full Width Final
   Requires JS body class: xpa-article-detail-page
   ========================================================= */

@media only screen and (max-width: 767px) {

  html,
  body.xpa-article-detail-page {
    overflow-x: hidden !important;
    background: #ffffff !important;
  }

  body.xpa-article-detail-page .xpa-article-wrapper,
  body.xpa-article-detail-page #cms_page,
  body.xpa-article-detail-page #middle-content,
  body.xpa-article-detail-page #middle-content .main-content {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  body.xpa-article-detail-page .breadcrumb,
  body.xpa-article-detail-page .breadcrumbs,
  body.xpa-article-detail-page .breadcrumb_container,
  body.xpa-article-detail-page .breadcrumb-wrapper,
  body.xpa-article-detail-page .breadcrumb-wrap,
  body.xpa-article-detail-page .page-title,
  body.xpa-article-detail-page .page_title,
  body.xpa-article-detail-page .page-heading,
  body.xpa-article-detail-page .page_heading,
  body.xpa-article-detail-page .cms-page-title,
  body.xpa-article-detail-page .cms_page_title,
  body.xpa-article-detail-page .common-page-title,
  body.xpa-article-detail-page .default-page-title,
  body.xpa-article-detail-page .page-header {
    display: none !important;
  }

  body.xpa-article-detail-page .xp-article-page.xp-article-editorial {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 18px 14px 56px !important;
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  body.xpa-article-detail-page .xp-article-page,
  body.xpa-article-detail-page .xp-article-page * {
    box-sizing: border-box !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
  }

  body.xpa-article-detail-page .xp-article-hero {
    margin: 0 0 28px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body.xpa-article-detail-page .xp-article-kicker {
    margin: 0 0 12px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em !important;
  }

  body.xpa-article-detail-page .xp-article-hero h1 {
    margin: 0 0 16px !important;
    font-size: 32px !important;
    line-height: 1.13 !important;
    letter-spacing: -0.04em !important;
  }

  body.xpa-article-detail-page .xp-article-deck {
    max-width: none !important;
    margin: 0 0 18px !important;
    font-size: 16px !important;
    line-height: 1.58 !important;
  }

  body.xpa-article-detail-page .xp-article-meta {
    margin: 0 0 22px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  body.xpa-article-detail-page .xp-article-hero-image,
  body.xpa-article-detail-page .xp-article-image-block,
  body.xpa-article-detail-page .xp-article-image-grid-item {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
  }

  body.xpa-article-detail-page .xp-article-hero-image img,
  body.xpa-article-detail-page .xp-article-image-block img,
  body.xpa-article-detail-page .xp-article-image-grid-item img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover !important;
  }

  body.xpa-article-detail-page .xp-article-caption {
    margin: 0 0 26px !important;
    font-size: 12.5px !important;
    line-height: 1.5 !important;
  }

  body.xpa-article-detail-page .xp-article-body {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.xpa-article-detail-page .xp-article-body p {
    margin: 0 0 22px !important;
    font-size: 15.5px !important;
    line-height: 1.7 !important;
  }

  body.xpa-article-detail-page .xp-article-body .xp-article-lead {
    font-size: 17px !important;
    line-height: 1.62 !important;
    margin-bottom: 24px !important;
  }

  body.xpa-article-detail-page .xp-article-body h2 {
    margin: 38px 0 14px !important;
    font-size: 25px !important;
    line-height: 1.18 !important;
    letter-spacing: -0.035em !important;
  }

  body.xpa-article-detail-page .xp-article-pullquote {
    margin: 30px 0 !important;
    padding: 22px 20px !important;
    border-left: 4px solid #f15a24 !important;
    border-radius: 16px !important;
    font-size: 19px !important;
    line-height: 1.48 !important;
  }

  body.xpa-article-detail-page .xp-article-image-grid {
    display: block !important;
    width: 100% !important;
  }

  body.xpa-article-detail-page .xp-article-image-grid-item {
    width: 100% !important;
    margin: 0 0 16px !important;
  }

  body.xpa-article-detail-page .xp-article-cta {
    width: 100% !important;
    display: block !important;
    margin: 42px 0 0 !important;
    padding: 24px 22px !important;
    border-radius: 20px !important;
  }

  body.xpa-article-detail-page .xp-article-cta a {
    width: 100% !important;
    min-height: 48px !important;
    margin-top: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
  }
}

/* =========================================================
   XaraPrint Individual Blog - Mobile Checklist Box Refinement
   Makes article boxes look cleaner and less abrupt
   ========================================================= */

@media only screen and (max-width: 767px) {

  body.xpa-article-detail-page .xp-article-checklist {
    margin: 22px 0 30px !important;
    display: grid !important;
    gap: 12px !important;
  }

  body.xpa-article-detail-page .xp-article-checkitem {
    position: relative !important;
    margin: 0 !important;
    padding: 16px 16px 16px 18px !important;
    border: 1px solid #eee7df !important;
    border-left: 4px solid #f15a24 !important;
    border-radius: 14px !important;
    background: #fffaf6 !important;
    box-shadow: none !important;
  }

  body.xpa-article-detail-page .xp-article-checkitem strong {
    display: block !important;
    margin: 0 0 6px !important;
    color: #121826 !important;
    font-size: 16px !important;
    line-height: 1.32 !important;
    font-weight: 900 !important;
    letter-spacing: -0.01em !important;
  }

  body.xpa-article-detail-page .xp-article-checkitem span {
    display: block !important;
    color: #4f5665 !important;
    font-size: 14.5px !important;
    line-height: 1.55 !important;
    font-weight: 500 !important;
    letter-spacing: normal !important;
  }
}

/* =========================================================
   XaraPrint Individual Blog Page - Desktop Final UI
   Desktop only. Does not affect mobile or other pages.
   Requires JS body class: xpa-article-detail-page
   ========================================================= */

@media only screen and (min-width: 768px) {

  body.xpa-article-detail-page {
    background: #ffffff !important;
    overflow-x: hidden !important;
  }

  body.xpa-article-detail-page .breadcrumb,
  body.xpa-article-detail-page .breadcrumbs,
  body.xpa-article-detail-page .breadcrumb_container,
  body.xpa-article-detail-page .breadcrumb-wrapper,
  body.xpa-article-detail-page .breadcrumb-wrap,
  body.xpa-article-detail-page .page-title,
  body.xpa-article-detail-page .page_title,
  body.xpa-article-detail-page .page-heading,
  body.xpa-article-detail-page .page_heading,
  body.xpa-article-detail-page .cms-page-title,
  body.xpa-article-detail-page .cms_page_title,
  body.xpa-article-detail-page .common-page-title,
  body.xpa-article-detail-page .default-page-title,
  body.xpa-article-detail-page .page-header {
    display: none !important;
  }

  body.xpa-article-detail-page .xpa-article-wrapper,
  body.xpa-article-detail-page #cms_page,
  body.xpa-article-detail-page #middle-content,
  body.xpa-article-detail-page #middle-content .main-content {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  body.xpa-article-detail-page #middle-content > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.xpa-article-detail-page #middle-content > .row > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.xpa-article-detail-page .xp-article-page.xp-article-editorial.xpa-desktop-enhanced {
    width: min(1700px, calc(100% - 36px)) !important;
    max-width: 1700px !important;
    margin: 24px auto 72px !important;
    padding: 0 !important;
    color: #252a35 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 0 32px !important;
    overflow: visible !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced,
  body.xpa-article-detail-page .xpa-desktop-enhanced * {
    box-sizing: border-box !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-hero {
    width: 100% !important;
    margin: 0 0 42px !important;
    padding: 42px 46px !important;
    border: 1px solid #eee3d8 !important;
    border-radius: 24px !important;
    background: #f6f0ea !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 38px !important;
    overflow: hidden !important;
  }

  body.xpa-article-detail-page .xpa-hero-copy {
    flex: 0 0 39% !important;
    max-width: 680px !important;
    min-width: 0 !important;
  }

  body.xpa-article-detail-page .xpa-hero-media {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-kicker {
    display: inline-flex !important;
    width: fit-content !important;
    min-height: 28px !important;
    align-items: center !important;
    margin: 0 0 18px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #f26322 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-hero h1 {
    max-width: 720px !important;
    margin: 0 0 18px !important;
    color: #121826 !important;
    font-size: 54px !important;
    line-height: 1.04 !important;
    font-weight: 900 !important;
    letter-spacing: -0.045em !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-deck {
    max-width: 640px !important;
    margin: 0 0 20px !important;
    color: #3f4650 !important;
    font-size: 18px !important;
    line-height: 1.64 !important;
    font-weight: 500 !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin: 0 !important;
    color: #7a8190 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 650 !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-meta span + span:before {
    content: "•" !important;
    margin-right: 12px !important;
    color: #b4bac6 !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-hero-image {
    width: 100% !important;
    height: 430px !important;
    margin: 0 !important;
    border-radius: 22px !important;
    background: #f3f4f7 !important;
    overflow: hidden !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-hero-image img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-caption {
    margin: 10px 0 0 !important;
    color: #7a8190 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

    body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-body {
    flex: 1 1 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 0 0 18px !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-body .xp-article-lead {
    margin: 0 0 20px !important;
    color: #121826 !important;
    font-size: 24px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
    letter-spacing: -0.015em !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-body p {
    max-width: 1180px !important;
    margin: 0 0 16px !important;
    color: #3f4655 !important;
    font-size: 18px !important;
    line-height: 1.62 !important;
    font-weight: 400 !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-body h2 {
    max-width: 1200px !important;
    margin: 38px 0 14px !important;
    color: #121826 !important;
    font-size: 36px !important;
    line-height: 1.16 !important;
    font-weight: 900 !important;
    letter-spacing: -0.035em !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-pullquote {
    max-width: 1180px !important;
    margin: 30px 0 !important;
    padding: 28px 32px !important;
    border: 1px solid #f5d4c8 !important;
    border-left: 5px solid #f26322 !important;
    border-radius: 18px !important;
    background: #fff7f3 !important;
    color: #121826 !important;
    font-size: 25px !important;
    line-height: 1.5 !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-image-block {
    max-width: 1180px !important;
    margin: 38px 0 !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-image-block img {
    width: 100% !important;
    max-height: 560px !important;
    border-radius: 20px !important;
    object-fit: cover !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-image-grid {
    max-width: 1180px !important;
    margin: 38px 0 12px !important;
    display: flex !important;
    gap: 18px !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-image-grid-item {
    width: 50% !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    background: #f3f4f7 !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-checklist {
    max-width: 1180px !important;
    margin: 28px 0 34px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-checkitem {
    margin: 0 !important;
    padding: 20px 22px !important;
    border: 1px solid #eee7df !important;
    border-left: 5px solid #f26322 !important;
    border-radius: 16px !important;
    background: #fffaf6 !important;
    box-shadow: none !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-checkitem strong {
    display: block !important;
    margin: 0 0 6px !important;
    color: #121826 !important;
    font-size: 17px !important;
    line-height: 1.32 !important;
    font-weight: 900 !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-checkitem span {
    display: block !important;
    color: #4f5665 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
  }

   body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-cta {
    display: none !important;
  }

  body.xpa-article-detail-page .xpa-desktop-sidebar {
    flex: 0 0 390px !important;
    width: 390px !important;
    position: sticky !important;
    top: 150px !important;
    align-self: flex-start !important;
  }

  body.xpa-article-detail-page .xpa-side-card {
    margin: 0 0 18px !important;
    padding: 22px 22px !important;
    border: 1px solid #eee3d8 !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06) !important;
  }

  body.xpa-article-detail-page .xpa-side-eyebrow {
    display: inline-flex !important;
    width: fit-content !important;
    min-height: 24px !important;
    align-items: center !important;
    margin: 0 0 12px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    background: #fff1e8 !important;
    color: #f26322 !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
  }

  body.xpa-article-detail-page .xpa-side-card h3 {
    margin: 0 0 14px !important;
    color: #121826 !important;
    font-size: 22px !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
    letter-spacing: -0.03em !important;
  }

  body.xpa-article-detail-page .xpa-side-card p {
    margin: 0 0 16px !important;
    color: #4f5665 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
  }

  body.xpa-article-detail-page .xpa-side-toc nav,
  body.xpa-article-detail-page .xpa-side-links {
    display: flex !important;
    flex-direction: column !important;
    gap: 9px !important;
  }

  body.xpa-article-detail-page .xpa-side-toc a,
  body.xpa-article-detail-page .xpa-side-links a {
    display: block !important;
    padding: 11px 13px !important;
    border: 1px solid #f0e7df !important;
    border-radius: 12px !important;
    background: #fbfaf8 !important;
    color: #252a35 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 750 !important;
    text-decoration: none !important;
  }

  body.xpa-article-detail-page .xpa-side-toc a:hover,
  body.xpa-article-detail-page .xpa-side-links a:hover {
    border-color: #f26322 !important;
    color: #f26322 !important;
    background: #fff7f3 !important;
  }

  body.xpa-article-detail-page .xpa-side-help {
    background: #fff4ed !important;
    border-color: #f5d4c8 !important;
  }

  body.xpa-article-detail-page .xpa-side-help a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important;
    padding: 0 20px !important;
    border-radius: 999px !important;
    background: #f26322 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
  }

  body.xpa-article-detail-page .xpa-side-help a:hover {
    background: #df4d18 !important;
    color: #ffffff !important;
  }

  body.xpa-article-detail-page .xpa-side-muted {
    display: block !important;
    color: #6b7280 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {

  body.xpa-article-detail-page .xp-article-page.xp-article-editorial.xpa-desktop-enhanced {
    width: calc(100% - 32px) !important;
    margin: 18px auto 58px !important;
    display: block !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-hero {
    display: block !important;
    padding: 34px 32px !important;
    margin-bottom: 34px !important;
  }

  body.xpa-article-detail-page .xpa-hero-copy {
    max-width: none !important;
  }

  body.xpa-article-detail-page .xpa-hero-media {
    margin-top: 28px !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-hero h1 {
    font-size: 44px !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-hero-image {
    height: 390px !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-body {
    max-width: 920px !important;
    padding-left: 0 !important;
  }

  body.xpa-article-detail-page .xpa-desktop-sidebar {
    display: none !important;
  }
}

@media only screen and (min-width: 1181px) and (max-width: 1399px) {

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-hero h1 {
    font-size: 48px !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-hero-image {
    height: 390px !important;
  }

  body.xpa-article-detail-page .xpa-desktop-sidebar {
    flex-basis: 350px !important;
    width: 350px !important;
  }

  body.xpa-article-detail-page .xpa-desktop-enhanced .xp-article-body {
    max-width: none !important;
  }
}

/* =========================================================
   XaraPrint Individual Blog - End Newsletter Box
   Desktop only. Safe add-on.
   ========================================================= */

@media only screen and (min-width: 768px) {

  body.xpa-article-detail-page .xpa-desktop-enhanced .xpa-article-newsletter {
    width: 100% !important;
    max-width: 1180px !important;
    margin: 42px 0 0 !important;
    padding: 30px 34px !important;
    border: 1px solid #f5d4c8 !important;
    border-radius: 22px !important;
    background: #fff4ed !important;
    /*display: flex !important;*/
    align-items: center !important;
    justify-content: space-between !important;
    gap: 28px !important;
    box-shadow: none !important;
  }

  body.xpa-article-detail-page .xpa-article-newsletter-copy {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  body.xpa-article-detail-page .xpa-article-newsletter-copy span {
    display: inline-flex !important;
    width: fit-content !important;
    min-height: 24px !important;
    align-items: center !important;
    margin: 0 0 12px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #f26322 !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
  }

  body.xpa-article-detail-page .xpa-article-newsletter-copy h3 {
    margin: 0 0 8px !important;
    color: #121826 !important;
    font-size: 30px !important;
    line-height: 1.16 !important;
    font-weight: 900 !important;
    letter-spacing: -0.035em !important;
  }

  body.xpa-article-detail-page .xpa-article-newsletter-copy p {
    max-width: 640px !important;
    margin: 0 !important;
    color: #4f5665 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
  }

  body.xpa-article-detail-page .xpa-article-newsletter-form {
    flex: 0 0 440px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
  }

  body.xpa-article-detail-page .xpa-article-newsletter-form input {
    flex: 1 1 auto !important;
    width: auto !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 16px !important;
    border: 1px solid #eadfd4 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #121826 !important;
    font-size: 14px !important;
    outline: none !important;
    box-shadow: none !important;
  }

  body.xpa-article-detail-page .xpa-article-newsletter-form button {
    flex: 0 0 auto !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 24px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #f26322 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
  }

  body.xpa-article-detail-page .xpa-article-newsletter-form button:hover {
    background: #df4d18 !important;
  }
}

/* =========================================================
   XaraPrint View All Blogs Page - Mobile Full Width Final
   Only affects blog listing page mobile
   Requires JS body class: xpb-blog-list-page
   ========================================================= */

@media only screen and (max-width: 767px) {

  html,
  body.xpb-blog-list-page {
    overflow-x: hidden !important;
    background: #ffffff !important;
  }

  body.xpb-blog-list-page .xpb-blog-list-wrapper,
  body.xpb-blog-list-page #cms_page,
  body.xpb-blog-list-page #middle-content,
  body.xpb-blog-list-page #middle-content .main-content,
  body.xpb-blog-list-page #middle-content > .row,
  body.xpb-blog-list-page #middle-content > .row > [class*="col-"] {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  body.xpb-blog-list-page .breadcrumb,
  body.xpb-blog-list-page .breadcrumbs,
  body.xpb-blog-list-page .breadcrumb_container,
  body.xpb-blog-list-page .breadcrumb-wrapper,
  body.xpb-blog-list-page .breadcrumb-wrap,
  body.xpb-blog-list-page .page-title,
  body.xpb-blog-list-page .page_title,
  body.xpb-blog-list-page .page-heading,
  body.xpb-blog-list-page .page_heading,
  body.xpb-blog-list-page .cms-page-title,
  body.xpb-blog-list-page .cms_page_title,
  body.xpb-blog-list-page .common-page-title,
  body.xpb-blog-list-page .default-page-title,
  body.xpb-blog-list-page .page-header {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.xpb-blog-list-page .xp-blog-page {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 !important;
    background: #ffffff !important;
    overflow: hidden !important;
  }

  body.xpb-blog-list-page .xp-blog-rendered {
    width: 100% !important;
    max-width: none !important;
    background: #ffffff !important;
  }

  body.xpb-blog-list-page .xp-blog-hero {
    width: 100% !important;
    margin: 0 !important;
    padding: 30px 12px 70px !important;
    border-radius: 0 !important;
    background: #fbf8ff !important;
  }

  body.xpb-blog-list-page .xp-blog-hero h1 {
    font-size: 34px !important;
    line-height: 1.08 !important;
    letter-spacing: -1.3px !important;
  }

  body.xpb-blog-list-page .xp-blog-hero p {
    max-width: 100% !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  body.xpb-blog-list-page .xp-blog-shell {
    width: 100% !important;
    max-width: none !important;
    margin: -50px 0 0 !important;
    padding: 0 10px 44px !important;
  }

  body.xpb-blog-list-page .xp-featured-card {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 26px rgba(17, 24, 39, 0.08) !important;
  }

  body.xpb-blog-list-page .xp-featured-media {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.08 / 1 !important;
    margin: 0 !important;
    border-radius: 18px 18px 0 0 !important;
    display: block !important;
  }

  body.xpb-blog-list-page .xp-featured-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  body.xpb-blog-list-page .xp-featured-body {
    float: none !important;
    width: 100% !important;
    padding: 18px 18px 20px !important;
  }

  body.xpb-blog-list-page .xp-featured-badge {
    margin: 0 0 16px !important;
  }

  body.xpb-blog-list-page .xp-featured-title {
    font-size: 31px !important;
    line-height: 1.12 !important;
    letter-spacing: -1.1px !important;
  }

  body.xpb-blog-list-page .xp-featured-excerpt {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  body.xpb-blog-list-page .xp-read-btn {
    width: 100% !important;
    margin-top: 18px !important;
    border-radius: 12px !important;
  }

  body.xpb-blog-list-page .xp-blog-controls {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    margin: 22px 0 20px !important;
  }

  body.xpb-blog-list-page .xp-blog-search {
    order: 1 !important;
    width: 100% !important;
    flex: none !important;
    margin: 0 !important;
  }

  body.xpb-blog-list-page .xp-blog-search input {
    width: 100% !important;
    height: 52px !important;
    border-radius: 16px !important;
    font-size: 14px !important;
  }

  body.xpb-blog-list-page .xp-blog-filters {
    order: 2 !important;
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    overflow: visible !important;
    padding: 0 !important;
  }

  body.xpb-blog-list-page .xp-filter,
  body.xpb-blog-list-page .xp-filter:first-child {
    width: calc(50% - 5px) !important;
    min-width: 0 !important;
    min-height: 48px !important;
    line-height: 48px !important;
    padding: 0 10px !important;
    border-radius: 14px !important;
    font-size: 13px !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  body.xpb-blog-list-page .xp-blog-grid {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    margin: 0 !important;
  }

  body.xpb-blog-list-page .xp-blog-card {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.07) !important;
  }

  body.xpb-blog-list-page .xp-card-media {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.18 / 1 !important;
    flex: none !important;
  }

  body.xpb-blog-list-page .xp-card-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  body.xpb-blog-list-page .xp-card-body {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 16px 16px 18px !important;
    display: flex !important;
    flex-direction: column !important;
    row-gap: 0 !important;
    flex: none !important;
  }

  body.xpb-blog-list-page .xp-post-category {
    margin: 0 0 10px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  body.xpb-blog-list-page .xp-card-title {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 0 10px !important;
    font-size: 25px !important;
    line-height: 1.18 !important;
    letter-spacing: -0.8px !important;
    overflow: visible !important;
  }

  body.xpb-blog-list-page .xp-card-title a {
    display: block !important;
    overflow: visible !important;
    -webkit-line-clamp: initial !important;
    -webkit-box-orient: initial !important;
  }

  body.xpb-blog-list-page .xp-card-excerpt {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 0 16px !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    overflow: visible !important;
    display: block !important;
    -webkit-line-clamp: initial !important;
    -webkit-box-orient: initial !important;
  }

  body.xpb-blog-list-page .xp-card-bottom {
    width: 100% !important;
    min-height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    overflow: hidden !important;
    flex-wrap: nowrap !important;
  }

  body.xpb-blog-list-page .xp-card-bottom .xp-blog-meta {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    font-size: 12px !important;
  }

  body.xpb-blog-list-page .xp-card-bottom .xp-blog-meta .xp-meta-item {
    flex: 0 0 auto !important;
    margin: 0 !important;
  }

  body.xpb-blog-list-page .xp-card-bottom .xp-card-link {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    font-size: 12.5px !important;
    white-space: nowrap !important;
  }

  body.xpb-blog-list-page .xp-pagination {
    margin: 26px 0 0 !important;
  }

  body.xpb-blog-list-page .xp-newsletter {
    width: 100% !important;
    margin: 28px 0 0 !important;
    padding: 24px 18px !important;
    border-radius: 18px !important;
  }
}

/* =========================================================
   XaraPrint Request Quote Hero - Safe Scoped Styling
   Only affects elements with xqr-* classes
   ========================================================= */

.xqr-intro,
.xqr-intro * {
  box-sizing: border-box !important;
}

.xqr-intro {
  width: 100% !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
  font-family: inherit !important;
}

.xqr-hero {
  width: 100% !important;
  min-height: 280px !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  gap: 34px !important;
  padding: 42px 46px !important;
  border: 1px solid #eee3d8 !important;
  border-radius: 24px !important;
  background: linear-gradient(135deg, #fff7f2 0%, #f6f3ff 100%) !important;
  overflow: hidden !important;
}

.xqr-hero-copy {
  flex: 1 1 auto !important;
  max-width: 760px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.xqr-eyebrow {
  width: fit-content !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  padding: 0 12px !important;
  margin: 0 0 18px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #e56b2f !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.xqr-hero h1 {
  max-width: 760px !important;
  margin: 0 0 18px !important;
  color: #171717 !important;
  font-size: 52px !important;
  line-height: 1.04 !important;
  font-weight: 900 !important;
  letter-spacing: -0.045em !important;
}

.xqr-hero p {
  max-width: 680px !important;
  margin: 0 !important;
  color: #4f5665 !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
  font-weight: 500 !important;
}

.xqr-hero-points {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 24px !important;
}

.xqr-hero-points span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 36px !important;
  padding: 0 14px !important;
  border: 1px solid #eadfd4 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #252a35 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.xqr-hero-side {
  flex: 0 0 430px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 16px !important;
}

.xqr-help-card,
.xqr-process-card {
  width: 100% !important;
  border: 1px solid #eadfd4 !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07) !important;
}

.xqr-help-card {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 20px !important;
}

.xqr-help-icon {
  width: 48px !important;
  height: 48px !important;
  flex: 0 0 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #fff1e8 !important;
  color: #e56b2f !important;
  font-size: 21px !important;
  font-weight: 900 !important;
}

.xqr-help-card strong {
  display: block !important;
  color: #171717 !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 900 !important;
}

.xqr-help-card small {
  display: block !important;
  margin-top: 4px !important;
  color: #5f6368 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 650 !important;
}

.xqr-help-card a {
  display: inline-flex !important;
  margin-top: 8px !important;
  color: #e56b2f !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.xqr-process-card {
  padding: 22px !important;
}

.xqr-process-card h3 {
  margin: 0 0 16px !important;
  color: #171717 !important;
  font-size: 22px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  letter-spacing: -0.035em !important;
}

.xqr-process-step {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 12px 0 !important;
  border-top: 1px solid #f0e7df !important;
}

.xqr-process-step span {
  width: 30px !important;
  height: 30px !important;
  flex: 0 0 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #171717 !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.xqr-process-step p {
  margin: 0 !important;
  color: #3f4650 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

@media only screen and (max-width: 767px) {
  .xqr-intro {
    margin-bottom: 18px !important;
  }

  .xqr-hero {
    display: block !important;
    min-height: 0 !important;
    padding: 24px 18px !important;
    border-radius: 20px !important;
  }

  .xqr-hero h1 {
    font-size: 34px !important;
    line-height: 1.08 !important;
    margin-bottom: 14px !important;
  }

  .xqr-hero p {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .xqr-hero-points {
    gap: 8px !important;
    margin-top: 18px !important;
  }

  .xqr-hero-points span {
    min-height: 32px !important;
    padding: 0 11px !important;
    font-size: 12px !important;
  }

  .xqr-hero-side {
    width: 100% !important;
    margin-top: 18px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }
}

/* Request Quote default OPS title backup hide */
form[action*="quote_create"] > h1:first-child,
form[action*="quote_create"] > h2:first-child,
form[action*="quote_create"] > h3:first-child,
form[action*="quote_create"] > legend:first-child,
form[action*="quote_create"] > .page-header:first-child,
form[action*="quote_create"] > .card-header:first-child,
form[action*="quote_create"] > .panel-heading:first-child,
form[action*="quote_create"] > div:first-child:not(.xqr-intro) {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

/* Request Quote - Hide OPS default title only */
body.xqr-page #middle-content form > h1:first-child,
body.xqr-page #middle-content form > h2:first-child,
body.xqr-page #middle-content form > .page-header:first-child,
body.xqr-page #middle-content form > .page-title:first-child,
body.xqr-page #middle-content form > .page-heading:first-child,
body.xqr-page form[action*="quote_create"] > h1:first-child,
body.xqr-page form[action*="quote_create"] > h2:first-child,
body.xqr-page form[action*="quote_create"] > .page-header:first-child,
body.xqr-page form[action*="quote_create"] > .page-title:first-child,
body.xqr-page form[action*="quote_create"] > .page-heading:first-child {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

/* Request Quote - hide OPS default page title only */
#middle-content #quote_create > .page-header {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

#middle-content #quote_create > .page-header > h1 {
  display: none !important;
}

/* =========================================================
   XaraPrint Request Quote Page - Mobile Full Width Final
   Mobile only. Desktop untouched.
   Uses existing JS body class: xqr-page
   ========================================================= */

@media only screen and (max-width: 767px) {

  html,
  body.xqr-page {
    overflow-x: hidden !important;
    background: #ffffff !important;
  }

  body.xqr-page #cms_page,
  body.xqr-page #middle-content,
  body.xqr-page #middle-content .container,
  body.xqr-page #middle-content .main-content,
  body.xqr-page #middle-content > .row,
  body.xqr-page #middle-content > .row > [class*="col-"] {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  body.xqr-page #middle-content #quote_create,
  body.xqr-page #middle-content form[action*="quote_create"] {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 10px 42px !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
  }

  body.xqr-page .xqr-intro {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
  }

  body.xqr-page .xqr-hero {
    width: 100% !important;
    display: block !important;
    min-height: 0 !important;
    margin: 10px 0 18px !important;
    padding: 18px 14px !important;
    border-radius: 18px !important;
    border: 1px solid #eee3d8 !important;
    background: linear-gradient(135deg, #fff7f2 0%, #f6f3ff 100%) !important;
    overflow: hidden !important;
  }

  body.xqr-page .xqr-eyebrow {
    min-height: 28px !important;
    padding: 0 12px !important;
    margin: 0 0 14px !important;
    font-size: 10.5px !important;
    letter-spacing: 0.08em !important;
    border-radius: 999px !important;
  }

  body.xqr-page .xqr-hero h1 {
    max-width: none !important;
    margin: 0 0 14px !important;
    font-size: 32px !important;
    line-height: 1.08 !important;
    letter-spacing: -0.045em !important;
  }

  body.xqr-page .xqr-hero p {
    max-width: none !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  body.xqr-page .xqr-hero-points {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 18px !important;
  }

  body.xqr-page .xqr-hero-points span {
    min-height: 32px !important;
    padding: 0 11px !important;
    font-size: 12px !important;
    border-radius: 999px !important;
  }

  body.xqr-page .xqr-hero-side {
    width: 100% !important;
    margin-top: 18px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  body.xqr-page .xqr-help-card,
  body.xqr-page .xqr-process-card {
    width: 100% !important;
    border-radius: 18px !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.055) !important;
  }

  body.xqr-page .xqr-help-card {
    padding: 16px !important;
    gap: 14px !important;
    align-items: center !important;
  }

  body.xqr-page .xqr-help-icon {
    width: 46px !important;
    height: 46px !important;
    flex: 0 0 46px !important;
  }

  body.xqr-page .xqr-help-card strong {
    font-size: 18px !important;
    line-height: 1.22 !important;
  }

  body.xqr-page .xqr-help-card small {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  body.xqr-page .xqr-help-card a {
    margin-top: 8px !important;
    font-size: 14px !important;
  }

  body.xqr-page .xqr-process-card {
    padding: 18px !important;
  }

  body.xqr-page .xqr-process-card h3 {
    margin-bottom: 16px !important;
    font-size: 26px !important;
    line-height: 1.12 !important;
  }

  body.xqr-page .xqr-process-step {
    gap: 12px !important;
    padding: 14px 0 !important;
  }

  body.xqr-page .xqr-process-step span {
    width: 34px !important;
    height: 34px !important;
    flex: 0 0 34px !important;
    font-size: 14px !important;
  }

  body.xqr-page .xqr-process-step p {
    font-size: 15px !important;
    line-height: 1.4 !important;
  }

  body.xqr-page #quote_create .form-group,
  body.xqr-page form[action*="quote_create"] .form-group {
    width: 100% !important;
    margin-bottom: 14px !important;
  }

  body.xqr-page #quote_create label,
  body.xqr-page form[action*="quote_create"] label {
    color: #171717 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
  }

  body.xqr-page #quote_create input:not([type="hidden"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
  body.xqr-page #quote_create select,
  body.xqr-page #quote_create textarea,
  body.xqr-page form[action*="quote_create"] input:not([type="hidden"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
  body.xqr-page form[action*="quote_create"] select,
  body.xqr-page form[action*="quote_create"] textarea {
    width: 100% !important;
    min-height: 50px !important;
    border: 1px solid #dedede !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    color: #171717 !important;
    font-size: 15px !important;
    padding: 0 14px !important;
    box-shadow: none !important;
  }

  body.xqr-page #quote_create textarea,
  body.xqr-page form[action*="quote_create"] textarea {
    min-height: 96px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  body.xqr-page #quote_create .bootstrap-select,
  body.xqr-page #quote_create .btn-group.bootstrap-select,
  body.xqr-page form[action*="quote_create"] .bootstrap-select,
  body.xqr-page form[action*="quote_create"] .btn-group.bootstrap-select {
    width: 100% !important;
  }

  body.xqr-page #quote_create .bootstrap-select > .btn,
  body.xqr-page #quote_create button.dropdown-toggle,
  body.xqr-page form[action*="quote_create"] .bootstrap-select > .btn,
  body.xqr-page form[action*="quote_create"] button.dropdown-toggle {
    width: 100% !important;
    min-height: 50px !important;
    border: 1px solid #dedede !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    color: #5f6368 !important;
    font-size: 15px !important;
    text-align: left !important;
    box-shadow: none !important;
  }

  body.xqr-page #quote_create input[type="radio"],
  body.xqr-page form[action*="quote_create"] input[type="radio"] {
    accent-color: #e56b2f !important;
  }

  body.xqr-page #quote_create .radio-inline,
  body.xqr-page form[action*="quote_create"] .radio-inline {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-right: 18px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
  }

  body.xqr-page #quote_create .btn:not(.dropdown-toggle),
  body.xqr-page #quote_create button:not(.dropdown-toggle),
  body.xqr-page #quote_create input[type="submit"],
  body.xqr-page form[action*="quote_create"] .btn:not(.dropdown-toggle),
  body.xqr-page form[action*="quote_create"] button:not(.dropdown-toggle),
  body.xqr-page form[action*="quote_create"] input[type="submit"] {
    min-height: 48px !important;
    padding: 0 22px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #e56b2f !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    box-shadow: 0 10px 22px rgba(229, 107, 47, 0.22) !important;
  }
}

.xpl-card-price{
  margin:0 0 14px;
  font-size:15px;
  font-weight:700;
  color:#f26a21;
  line-height:1.2;
}

.xpl-card-bottom{
display:flex;
align-items:center;
justify-content:space-between;
gap:12px;
margin-top:10px;
}

.xpl-card-price{
margin:0 !important;
font-size:20px;
font-weight:700;
line-height:1;
}

.xpl-card-cta{
margin:0 !important;
flex-shrink:0;
}

body.product-list-loading .xpl-products-grid{
opacity:0;
visibility:hidden;
}
.custom_login_page #main-content{
    background-image:url(https://d3pyarv4eotqu4.cloudfront.net/xaraprint/images/contentimages/images/login_background_image_new.jpg);
    background-position:top center;
}
 

@media only screen and (max-width: 768px) {
    .custom_login_page #main-content .container.body-container {
  padding-top: 250px !important;
}

#footersubscribe_sidebar .card-body .col-12.col-md-6.text-right {
margin-top: 1rem !important;
}

  .custom_login_page #main-content {
   background-image:url(https://d3pyarv4eotqu4.cloudfront.net/xaraprint/images/contentimages/images/mobile_login_bg_image.jpg);
   background-position: top left !important;
  }
}
@media only screen and (min-width: 768px){
     .custom_login_page #main-content {
   background-position: top left !important;
   background-size: cover;
  }
  .custom_login_page #main-content .container.body-container {
  padding-top: 210px !important;
}
}

@media only screen and (min-width: 1024px){
    .custom_login_page #main-content .container.body-container {
  padding-top: 300px !important;
}
}



@media only screen and (min-width: 1440px) {
  .custom_login_page #main-content .container {
    max-width: 1600px !important;
  }
  .custom_login_page #main-content .container.body-container {
  padding-top: 300px !important;
}
}
.facebook_login{
    display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #010101 !important;
  border: 1px solid #ebebeb !important;
  font-family: "latosemibold",sans-serif;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 10px 40px;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: none;
  transition: all .3s ease;
  background-color: #fff !important;
}
.facebook_login i {
  font-size: 18px;
  font-size: 1.125rem;
  width: auto;
  height: auto;
  line-height: 1;
  background: #fff;
  color: #3b5998;
}
.google_login{
    display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
  color: #231f20 !important;
  border: 1px solid #ebebeb !important;
  border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  padding: 10px 40px !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: all .3s ease;
  background-color: #fff !important;
}


.xpl-products-grid{
transition:opacity .2s ease;
}

.subscribe_section h3{
    font-family: "poppinsmedium",sans-serif;
    font-weight: 500;
} 




#footersubscribe_sidebar .card-body .col-12.col-md-6 h3 small {
    margin-top: 0.5rem;
    font-size: 16px;
    font-family: "poppinsregular",sans-serif;
  font-weight: 400;
  color: #433e3c;
  }

  .subscribe_section .bg_subscribe .container>.row{
    background: #fff4ed;
  padding: 25px 15px;
  border: 1px solid ;
  border-radius: 15px;
  border: 1px solid #f6dacf;
  }

  #footersubscribe_sidebar .card-body{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #footersubscribe_sidebar  .help-block{
display: none !important;
  }

  #footersubscribe_sidebar .card-body .col-12.col-md-6.text-right .row{
    margin-bottom: 0 !important;

  }
  #footersubscribe_sidebar .card-body .col-12.col-md-6.text-right .row .custom-control{
    margin-bottom: 0 !important;
  }
  #footersubscribe_sidebar .card-body .form-row{
    align-items: center !important;

  }

  @media only screen and (min-width: 768px) {
    .subscribe_section .container {
      max-width: 720px !important;
    }
  
  }
  @media only screen and (min-width: 992px) {
    .subscribe_section .container {
      max-width: 960px !important;
    }
  }
 
  @media only screen and (min-width: 1200px) {
    .subscribe_section .container {
      max-width: 1140px !important;
    }
    #footersubscribe_sidebar .card-body .form-row .col-md-6:first-child{
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
    }
    
    #footersubscribe_sidebar .card-body .form-row .col-md-6:nth-child(2){
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
  }
 

/* =========================================
   BLOG PAGE ONLY — REMOVE TOP OPS ELEMENTS
========================================= */

/* FIX EMPTY FEATURED HERO SPACE */
.xp-featured-post{
    grid-template-columns: 1fr !important;
}

.xp-featured-post-content{
    display:none !important;
}

.xp-featured-post-image{
    width:100% !important;
    max-width:100% !important;
}

.xpb-blog-list-wrapper .blog-meta-custom,.xpa-article-wrapper .blog-meta-custom,.blog-meta-custom{
    display:none !important;
}

.xp-featured-post-image img{
    width:100% !important;
    height:auto !important;
    display:block;
}

 @keyframes shine {
        0% { left: -100%; }
        100% { left: 150%; }
      }

 #action-btn ~ .upload_artwork_letter::before{
        content: "";
          position: absolute;
          top: 0;
          left: -100%;
          width: 60%;
          height: 100%;
          background: linear-gradient(120deg, rgba(255,255,255,0.4), rgba(255,255,255,0.1), rgba(255,255,255,0.4));
          transform: skewX(-25deg);
          animation: shine 2.5s infinite;
          z-index: 0;
        }
        
        #action-btn ~ .upload_artwork_letter a{
        font-size: 1.5rem;
        }
        
        #action-btn ~ .upload_artwork_letter{
        position: relative;
          overflow: hidden;
        }


        #action-btn ~ .upload_artwork_letter:hover {
            background: transparent;
            border-color: #e56b2f !important;
            box-shadow: 0 0 5px 1px #c4c4c5;
          }
          #action-btn ~ .upload_artwork_letter:hover a {
            color: #e56b2f!important;
          }
          
          #action-btn ~ .upload_artwork_letter {
            padding-top: .75rem;
            padding-bottom: .75rem;
            background: #e56b2f;
            border-radius: 10px !important;
            border: 1px solid #555 !important;
          }
          
.xfaq-page{
max-width:1700px;
margin:0 auto;
padding:24px 20px 80px;
font-family:inherit;
}

.xfaq-hero{
padding:80px 50px;
border-radius:28px;
background:linear-gradient(135deg,#fff7f2,#ffffff);
border:1px solid #eee4da;
text-align:center;
margin-bottom:32px;
}

.xfaq-eyebrow{
display:inline-flex;
padding:8px 14px;
border-radius:999px;
background:#fff;
color:#E56B2F;
font-size:12px;
font-weight:700;
letter-spacing:.08em;
text-transform:uppercase;
margin-bottom:16px;
}

.xfaq-hero h1{
font-size:56px;
line-height:1.1;
margin-bottom:16px;
font-weight:800;
}

.xfaq-hero p{
max-width:760px;
margin:0 auto 30px;
color:#666;
font-size:18px;
line-height:1.7;
}

.xfaq-search-wrap{
max-width:700px;
margin:auto;
}

.xfaq-search{
width:100%;
height:60px;
border-radius:18px;
border:1px solid #e7dfd5;
padding:0 24px;
font-size:15px;
}

.xfaq-categories{
display:flex;
gap:12px;
flex-wrap:wrap;
justify-content:center;
margin-bottom:40px;
}

.xfaq-filter{
border:none;
background:#fff;
border:1px solid #ece7e1;
padding:12px 18px;
border-radius:999px;
cursor:pointer;
font-weight:600;
}

.xfaq-filter.active{
background:#E56B2F;
color:#fff;
border-color:#E56B2F;
}

.xfaq-section{
margin-bottom:50px;
}

.xfaq-section h2{
font-size:32px;
margin-bottom:18px;
}

.xfaq-item{
border:1px solid #ece7e1;
border-radius:18px;
background:#fff;
margin-bottom:14px;
padding:18px 22px;
}

.xfaq-item summary{
cursor:pointer;
font-weight:700;
font-size:17px;
list-style:none;
}

.xfaq-item summary::-webkit-details-marker{
display:none;
}

.xfaq-item p{
margin-top:14px;
color:#666;
line-height:1.8;
}

.xfaq-cta{
background:#E56B2F;
border-radius:28px;
padding:40px;
display:flex;
justify-content:space-between;
align-items:center;
gap:20px;
color:#fff;
margin-top:60px;
}

.xfaq-cta h2{
font-size:36px;
margin-bottom:10px;
}

.xfaq-cta-actions{
display:flex;
gap:12px;
}

.xfaq-cta-actions a{
height:50px;
padding:0 24px;
display:flex;
align-items:center;
justify-content:center;
background:#fff;
color:#E56B2F;
border-radius:999px;
font-weight:700;
text-decoration:none;
}

@media(max-width:767px){

.xfaq-hero{
padding:50px 20px;
}

.xfaq-hero h1{
font-size:34px;
}

.xfaq-section h2{
font-size:26px;
}

.xfaq-cta{
flex-direction:column;
text-align:center;
}

.xfaq-cta-actions{
flex-direction:column;
width:100%;
}

.xfaq-cta-actions a{
width:100%;
}
}

/* FAQ View More Button */

.xfaq-more-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:14px;
  padding:0;
  background:none;
  border:none;
  cursor:pointer;
  font-size:15px;
  font-weight:700;
  color:#E56B2F;
  transition:all .25s ease;
}

.xfaq-more-btn:hover{
  opacity:.75;
}

#footersubscribe_sidebar .card-body .col-12.col-md-6 h3 .badge-white{
    border-radius: 15px;
    font-size: 12px;
    margin-bottom: 0.5rem !important;
    font-weight: 600;
    font-family: "poppinsbold",sans-serif;
}

/* ==========================
   XARAPRINT FAQ PAGE ONLY
   ========================== */

body .faq-listing{
    max-width:1400px;
    margin:40px auto;
}

/* Hide Default Title */

.faq-listing .page-header,
.faq-listing .breadcrumb_container{
    display:none;
}

/* Hero Section */

.xfaq-hero{
    background:#f8f4f1;
    border:1px solid #eadfd7;
    border-radius:24px;
    padding:70px 40px;
    text-align:center;
    margin-bottom:40px;
}

.xfaq-hero-badge{
    display:inline-block;
    background:#fff;
    color:#e8772e;
    padding:8px 18px;
    border-radius:999px;
    font-size:13px;
    font-weight:600;
    margin-bottom:20px;
}

.xfaq-hero h1{
    font-size:56px;
    font-weight:700;
    line-height:1.1;
    margin-bottom:20px;
}

.xfaq-hero p{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:18px;
}

/* Search Area */

.faq-listing .navbar-form{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    margin:30px 0 40px;
}

.faq-listing #keywords{
    width:500px;
    height:56px;
    border-radius:16px;
    border:1px solid #ddd;
}

/* Category Pills */

.xfaq-categories{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
    margin:40px 0;
}

.xfaq-pill{
    border:1px solid #ddd;
    border-radius:999px;
    padding:12px 24px;
    cursor:pointer;
    background:#fff;
    transition:.3s;
}

.xfaq-pill:hover,
.xfaq-pill.active{
    background:#e8772e;
    color:#fff;
    border-color:#e8772e;
}

/* Category Heading */

.faq-listing h4.text-dark{
    font-size:42px;
    font-weight:700;
    margin:60px 0 25px;
    color:#111 !important;
}

/* FAQ Card */

.faq-listing .card{
    border:none !important;
    background:transparent !important;
    margin-bottom:16px !important;
}

.faq-listing .card-header{
    background:#fff !important;
    border:1px solid #e6e6e6 !important;
    border-radius:18px !important;
    padding:0 !important;
}

.faq-listing .card-title a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:24px 28px;
    font-size:18px;
    font-weight:600;
    color:#111 !important;
    text-decoration:none;
}

.faq-listing .card-header:hover{
    border-color:#e8772e !important;
}

.faq-listing .collapse.show{
    border:1px solid #e6e6e6;
    border-top:none;
    border-radius:0 0 18px 18px;
    background:#fff;
}

.faq-listing .card-body{
    padding:25px 30px;
    color:#666;
    line-height:1.8;
    font-size:16px;
}

/* Orange Active Question */

.faq-listing .card-title a[aria-expanded="true"]{
    color:#e8772e !important;
}

/* Sticky Category Bar */

.xfaq-sticky{
    position:sticky;
    top:20px;
    z-index:20;
    background:#fff;
    padding:15px 0;
}

/* Mobile */

@media(max-width:768px){

    .xfaq-hero{
        padding:40px 20px;
    }

    .xfaq-hero h1{
        font-size:36px;
    }

    .faq-listing #keywords{
        width:100%;
    }

    .faq-listing .navbar-form{
        flex-wrap:wrap;
    }

    .faq-listing h4.text-dark{
        font-size:28px;
    }
}
.product-box .card-body{
    padding-bottom: 1.5rem !important;
}
.product-box .card-body .card-title{
    color: #000 !important;
}
.card-text .after_description{
    font-size: 18px;
  color: #e56b2f;
}
.product-box .btn-info{  
    height: 34px;
    padding: 5px 10px;
    min-width: 50px;
    line-height: 25px;
    text-indent: 0;
    color: #fff;
    font-size: 14px;
    background: #040707;
  border-color: #040707;
  color: #fff;
    }
    .product-box .btn-info i{
        display: none !important;
    position: unset;
      color: #fff;
      line-height: 0;
      text-align: center;
      width: auto;
      text-indent: 0;
    }
    .product-box .card-footer {
        text-align: left !important;
        position: absolute;
        bottom: 1.5rem;
        right: 0;
        padding: 0 10px 0 0 !important;
      }
    .product-box .btn-info:hover, .product-box .btn-info:focus {
        color: #fff;
        width: auto;
        padding: 5px 10px;
        text-indent: 0;
      }

      .product-box .btn-info:hover, .product-box .btn-info:focus, .product-box .btn-info:not(:disabled):not(.disabled):active, .product-box .btn-info:not(:disabled):not(.disabled).active, .product-box .btn-info:not(:disabled):not(.disabled):active:focus {
        background: hsl(180,27.2727272727%,12.1568627451%);
        border-color: hsl(180,27.2727272727%,12.1568627451%);
        color: #fff;
      }