/* FirstChoice global responsive layer: tablet + phone */
html, body { max-width:100%; }
img, svg, video, iframe { max-width:100%; }

@media (max-width:1024px){
  html, body { overflow-x:hidden!important; }

  /* Shared page shells */
  .fclm-v3-container,
  .fclm-v9-shop-frame,
  .fcx-blog-shell,
  .fcx-faq-shell,
  .fcx-sell-shell,
  .fcx-delivery-shell,
  .fcx-affiliate-shell,
  .fcx-returns-shell {
    width:min(calc(100% - 32px), 100%)!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }

  /* Prevent desktop full-bleed sections from escaping the tablet viewport */
  [class*="w-screen"][class*="-translate-x-1/2"]{
    width:100%!important;
    max-width:100%!important;
    left:auto!important;
    right:auto!important;
    margin-left:0!important;
    margin-right:0!important;
    transform:none!important;
  }

  /* Header / navigation */
  .fclm-v3-top-inner{
    display:grid!important;
    grid-template-columns:minmax(120px,1fr) auto!important;
    grid-template-areas:"logo actions" "search search"!important;
    gap:12px 16px!important;
    align-items:center!important;
    padding:12px 16px!important;
  }
  .fclm-v3-logo{grid-area:logo!important;min-width:0!important;}
  .fclm-v3-logo img{width:auto!important;max-width:180px!important;height:auto!important;}
  .fclm-v3-actions{grid-area:actions!important;display:flex!important;gap:10px!important;align-items:center!important;justify-content:flex-end!important;min-width:0!important;}
  .fclm-v3-actions .fclm-v3-action span,
  .fclm-v3-currency span:not(.fclm-v3-flag){display:none!important;}
  .fclm-v3-search{grid-area:search!important;width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;}
  .fclm-v3-search input[type="search"]{width:100%!important;min-width:0!important;font-size:16px!important;box-sizing:border-box!important;}
  .fclm-v3-nav{overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;}
  .fclm-v3-nav::-webkit-scrollbar{display:none!important;}
  .fclm-v3-nav-grid{display:flex!important;flex-wrap:nowrap!important;min-width:max-content!important;width:max-content!important;gap:0!important;}
  .fclm-v3-nav-item{flex:0 0 auto!important;}
  .fclm-v3-nav-item>a{min-height:52px!important;padding:8px 14px!important;display:flex!important;align-items:center!important;}
  .fclm-v3-mega{display:none!important;}

  /* Category layout */
  body.tax-product_cat .fclm-v9-shop-frame{
    display:block!important;
  }
  body.tax-product_cat .fclm-v9-sidebar{
    position:fixed!important;
    inset:0 auto 0 0!important;
    width:min(88vw,360px)!important;
    max-width:360px!important;
    height:100dvh!important;
    overflow-y:auto!important;
    background:#f8f4f1!important;
    z-index:999999!important;
    transform:translateX(-105%)!important;
    transition:transform .22s ease!important;
    box-shadow:12px 0 32px rgba(0,0,0,.18)!important;
    padding:18px!important;
    box-sizing:border-box!important;
  }
  body.fc-mobile-filters-open.tax-product_cat .fclm-v9-sidebar{
    transform:translateX(0)!important;
  }
  body.fc-mobile-filters-open::after{
    content:""!important;
    position:fixed!important;
    inset:0!important;
    background:rgba(0,0,0,.35)!important;
    z-index:999998!important;
  }
  .fc-responsive-filter-close{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:44px!important;
    height:44px!important;
    margin-left:auto!important;
    margin-bottom:10px!important;
    border:0!important;
    border-radius:8px!important;
    background:#fff!important;
    color:#111!important;
    font-size:24px!important;
    line-height:1!important;
  }
  body.tax-product_cat .fclm-v9-filter-toggle{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:44px!important;
    padding:0 16px!important;
    border-radius:7px!important;
    font-size:14px!important;
    font-weight:600!important;
  }
  body.tax-product_cat .fclm-v9-toolbar{
    display:grid!important;
    grid-template-columns:1fr auto!important;
    grid-template-areas:"count view" "filter sort"!important;
    gap:10px!important;
    align-items:center!important;
    margin-bottom:20px!important;
  }
  body.tax-product_cat .fclm-v9-products-summary{grid-area:count!important;min-width:0!important;}
  body.tax-product_cat .fclm-v9-view-group{grid-area:view!important;justify-self:end!important;}
  body.tax-product_cat .fclm-v9-filter-toggle{grid-area:filter!important;justify-self:start!important;}
  body.tax-product_cat .fclm-v9-ordering{grid-area:sort!important;width:min(52vw,300px)!important;justify-self:end!important;}
  body.tax-product_cat .fclm-v9-ordering select{width:100%!important;min-height:44px!important;font-size:14px!important;}

  body.tax-product_cat .fclm-v9-shop-main ul.products{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:24px 16px!important;
    width:100%!important;
    max-width:100%!important;
  }
  body.tax-product_cat .fclm-v9-shop-main ul.products li.product{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
  }
  body.tax-product_cat .fclm-v9-shop-main li.product .fc-htfw-image-frame,
  body.tax-product_cat .fclm-v9-shop-main li.product .fc-htfw-image-frame img{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    aspect-ratio:216/353!important;
    object-fit:contain!important;
  }

  /* List view on tablet */
  body.tax-product_cat.fc-htfw-list-mode .fclm-v9-shop-main ul.products{
    display:flex!important;
    flex-direction:column!important;
    gap:24px!important;
  }
  body.tax-product_cat.fc-htfw-list-mode .fclm-v9-shop-main ul.products li.product.fc-htfw-list-product{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 180px!important;
    gap:18px!important;
    min-height:0!important;
  }
  body.tax-product_cat.fc-htfw-list-mode .fclm-v9-shop-main li.product>a.woocommerce-LoopProduct-link{
    grid-template-columns:130px minmax(0,1fr)!important;
    column-gap:18px!important;
  }
  body.tax-product_cat.fc-htfw-list-mode .fclm-v9-shop-main li.product .fc-htfw-image-frame,
  body.tax-product_cat.fc-htfw-list-mode .fclm-v9-shop-main li.product .fc-htfw-image-frame img{
    width:130px!important;
    height:230px!important;
    min-width:130px!important;
    min-height:230px!important;
    max-width:130px!important;
    max-height:230px!important;
  }
  body.tax-product_cat.fc-htfw-list-mode .fc-htfw-list-actions{
    width:180px!important;
    min-width:180px!important;
    max-width:180px!important;
  }
  body.tax-product_cat.fc-htfw-list-mode .fc-htfw-list-actions .button,
  body.tax-product_cat.fc-htfw-list-mode .fc-htfw-list-sku{width:180px!important;}

  /* Product page */
  body.single-product .fclm-v3-container,
  body.single-product .site-main,
  body.single-product #primary{
    width:min(calc(100% - 32px),100%)!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  body.single-product div.product{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:28px!important;
    align-items:start!important;
  }
  body.single-product .woocommerce-product-gallery,
  body.single-product .summary{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    float:none!important;
    margin:0!important;
  }
  body.single-product .woocommerce-product-gallery img{max-width:100%!important;height:auto!important;}
  body.single-product form.cart{display:flex!important;flex-wrap:wrap!important;gap:10px!important;}
  body.single-product form.cart .button{min-height:48px!important;flex:1 1 180px!important;}
  body.single-product .quantity input{min-height:48px!important;}
  body.single-product .related ul.products,
  body.single-product .upsells ul.products{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:20px!important;
  }

  /* Footer/newsletter */
  footer, .site-footer, .page-footer{max-width:100%!important;overflow:hidden!important;}
  footer form, .site-footer form{max-width:100%!important;}
  footer input, .site-footer input{max-width:100%!important;box-sizing:border-box!important;}
}

@media (max-width:767px){
  .fclm-v3-top-inner{
    grid-template-columns:minmax(110px,1fr) auto!important;
    gap:10px!important;
    padding:10px 12px!important;
  }
  .fclm-v3-logo img{max-width:150px!important;}
  .fclm-v3-actions{gap:6px!important;}
  .fclm-v3-action,
  .fclm-v3-currency{min-width:40px!important;min-height:40px!important;padding:8px!important;}
  .fclm-v3-nav-item>a{font-size:13px!important;padding:7px 11px!important;}

  body.tax-product_cat .fclm-v9-toolbar{
    grid-template-columns:1fr auto!important;
    grid-template-areas:"count view" "filter filter" "sort sort"!important;
  }
  body.tax-product_cat .fclm-v9-ordering{
    width:100%!important;
    justify-self:stretch!important;
  }
  body.tax-product_cat .fclm-v9-filter-toggle{
    width:100%!important;
  }
  body.tax-product_cat .fclm-v9-shop-main ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:22px 12px!important;
  }
  body.tax-product_cat .fclm-v9-shop-main ul.products li.product .woocommerce-loop-product__title{
    font-size:14px!important;
    line-height:1.3!important;
    padding-left:4px!important;
    padding-right:4px!important;
  }
  body.tax-product_cat .fclm-v9-shop-main ul.products li.product .fc-htfw-brand{
    font-size:16px!important;
  }
  body.tax-product_cat .fclm-v9-shop-main ul.products li.product .fclm-v9-card-meta{
    font-size:11px!important;
    padding-left:4px!important;
    padding-right:4px!important;
  }
  body.tax-product_cat .fclm-v9-shop-main ul.products li.product .price{
    font-size:20px!important;
    padding-left:4px!important;
    padding-right:4px!important;
  }
  body.tax-product_cat .fclm-v9-shop-main ul.products li.product .button{
    width:100%!important;
    min-height:48px!important;
    height:auto!important;
    padding:12px 8px!important;
    font-size:11px!important;
    white-space:normal!important;
  }

  /* List mode collapses into image + info, then actions full-width */
  body.tax-product_cat.fc-htfw-list-mode .fclm-v9-shop-main ul.products li.product.fc-htfw-list-product{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  body.tax-product_cat.fc-htfw-list-mode .fclm-v9-shop-main li.product>a.woocommerce-LoopProduct-link{
    grid-template-columns:96px minmax(0,1fr)!important;
    column-gap:14px!important;
  }
  body.tax-product_cat.fc-htfw-list-mode .fclm-v9-shop-main li.product .fc-htfw-image-frame,
  body.tax-product_cat.fc-htfw-list-mode .fclm-v9-shop-main li.product .fc-htfw-image-frame img{
    width:96px!important;
    height:170px!important;
    min-width:96px!important;
    min-height:170px!important;
    max-width:96px!important;
    max-height:170px!important;
  }
  body.tax-product_cat.fc-htfw-list-mode .fc-htfw-list-info{gap:7px!important;padding-top:0!important;}
  body.tax-product_cat.fc-htfw-list-mode .fc-htfw-brand{font-size:18px!important;}
  body.tax-product_cat.fc-htfw-list-mode .fc-htfw-expression{font-size:15px!important;}
  body.tax-product_cat.fc-htfw-list-mode .fc-htfw-list-description{
    font-size:13px!important;
    -webkit-line-clamp:2!important;
  }
  body.tax-product_cat.fc-htfw-list-mode .fc-htfw-list-country{
    height:36px!important;
    min-width:72px!important;
    padding:0 12px!important;
    font-size:11px!important;
  }
  body.tax-product_cat.fc-htfw-list-mode .fc-htfw-list-actions{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    align-items:center!important;
  }
  body.tax-product_cat.fc-htfw-list-mode .fc-htfw-list-actions .price{
    justify-content:flex-start!important;
    margin:0!important;
    font-size:24px!important;
  }
  body.tax-product_cat.fc-htfw-list-mode .fc-htfw-list-actions .button{
    width:100%!important;
    min-height:48px!important;
  }
  body.tax-product_cat.fc-htfw-list-mode .fc-htfw-list-sku{
    display:none!important;
  }

  body.single-product div.product{
    grid-template-columns:1fr!important;
    gap:20px!important;
  }
  body.single-product .summary h1{font-size:28px!important;line-height:1.2!important;}
  body.single-product form.cart{display:grid!important;grid-template-columns:90px 1fr!important;}
  body.single-product .related ul.products,
  body.single-product .upsells ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:16px 12px!important;
  }

  /* Common static page spacing */
  .fcx-blog-shell,.fcx-faq-shell,.fcx-sell-shell,.fcx-delivery-shell,.fcx-affiliate-shell,.fcx-returns-shell{
    width:calc(100% - 24px)!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  .fcx-blog-header h1,.fcx-faq-header h1,.fcx-sell-header h1,.fcx-delivery-header h1,.fcx-affiliate-header h1,.fcx-returns-header h1{
    font-size:30px!important;
  }

  /* Homepage sections that used desktop-only full-bleed offsets */
  [class*="max-sm:ml-[50%]"]{
    margin-left:0!important;
  }
  [class*="w-screen"][class*="-translate-x-1/2"]{
    width:100%!important;
    max-width:100%!important;
    left:auto!important;
    right:auto!important;
    margin-left:0!important;
    margin-right:0!important;
    transform:none!important;
  }

  /* Keep carousel/navigation controls finger-friendly */
  button[aria-label*="previous" i],
  button[aria-label*="next" i],
  header button[class*="lg:hidden"]{
    min-width:44px!important;
    min-height:44px!important;
  }

  /* Avoid clipped product copy on phones */
  body.tax-product_cat .woocommerce-loop-product__title{
    max-height:none!important;
    overflow:visible!important;
    -webkit-line-clamp:unset!important;
  }

  input, select, textarea, button{
    max-width:100%;
    box-sizing:border-box;
  }

  /* Footer stacks cleanly */
  footer [class*="grid"],
  .site-footer [class*="grid"]{
    grid-template-columns:1fr!important;
  }
}

@media (min-width:768px) and (max-width:1024px){
  footer .grid,
  .site-footer .grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:24px!important;
  }
}

/* HTFW-inspired phone/tablet header + homepage search */
.fc-mobile-htfw-header,
.fc-mobile-rating-strip{display:none;}

@media (max-width:1024px){
  .fc-original-desktop-header{display:none!important;}

  .fc-mobile-htfw-header{
    display:block!important;
    position:relative;
    z-index:99990;
    background:#f6f1ed;
    border-bottom:1px solid #d8d1cb;
  }
  .fc-mobile-htfw-top{
    display:grid;
    grid-template-columns:minmax(120px,1fr) auto;
    align-items:center;
    gap:12px;
    padding:18px 20px 14px;
  }
  .fc-mobile-logo{display:flex;align-items:center;min-width:0;}
  .fc-mobile-logo img{
    display:block!important;
    width:auto!important;
    max-width:185px!important;
    max-height:78px!important;
    object-fit:contain!important;
  }
  .fc-mobile-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;}
  .fc-mobile-action{
    position:relative;display:inline-flex;align-items:center;justify-content:center;gap:5px;
    min-width:44px;height:44px;padding:0 7px;border:0;background:transparent;color:#111;
    font-size:22px;line-height:1;cursor:pointer;
  }
  .fc-mobile-action svg,.fc-mobile-action img{
    width:27px!important;height:27px!important;max-width:27px!important;max-height:27px!important;
  }
  .fc-mobile-currency{min-width:72px;font-size:21px;}
  .fc-mobile-menu-toggle{width:48px;flex-direction:column;gap:5px;}
  .fc-mobile-menu-toggle span{display:block;width:28px;height:3px;border-radius:2px;background:#111;}

  .fc-mobile-search-row{padding:0 20px 18px;}
  .fc-mobile-search-form{
    display:grid!important;grid-template-columns:minmax(0,1fr) 72px!important;
    width:100%!important;max-width:none!important;margin:0!important;padding:0!important;
    background:#fff!important;border-radius:10px!important;overflow:hidden!important;
  }
  .fc-mobile-search-form input[type="search"],
  .fc-mobile-search-form input[type="text"]{
    width:100%!important;height:68px!important;min-width:0!important;padding:0 22px!important;
    border:0!important;outline:0!important;background:#fff!important;box-shadow:none!important;
    font-size:22px!important;color:#222!important;border-radius:10px 0 0 10px!important;
  }
  .fc-mobile-search-form button[type="submit"]{
    width:72px!important;min-width:72px!important;height:68px!important;margin:0!important;padding:0!important;
    border:0!important;border-radius:0 10px 10px 0!important;background:#7d2028!important;color:#fff!important;
    display:flex!important;align-items:center!important;justify-content:center!important;
  }
  .fc-mobile-search-form button[type="submit"] svg{width:34px!important;height:34px!important;}

  .fc-mobile-rating-strip{
    display:flex!important;align-items:center;justify-content:center;gap:12px;min-height:72px;padding:0 16px;
    background:#eee8e2;border-top:1px solid #d5cec8;border-bottom:1px solid #cfc8c2;color:#111;font-size:20px;
  }
  .fc-rating-star{font-size:34px;line-height:1;}

  .fc-mobile-menu-drawer{
    position:fixed;top:0;right:0;width:min(86vw,380px);height:100dvh;padding:18px;background:#fff;
    box-shadow:-12px 0 30px rgba(0,0,0,.22);transform:translateX(105%);transition:transform .22s ease;
    overflow-y:auto;z-index:100001;
  }
  .fc-mobile-menu-drawer.is-open{transform:translateX(0);}
  .fc-mobile-menu-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;}
  .fc-mobile-menu-head strong{font-family:Georgia,"Times New Roman",serif;font-size:28px;}
  .fc-mobile-menu-head button{width:44px;height:44px;border:0;background:#f2efec;border-radius:8px;font-size:28px;}
  .fc-mobile-nav-clone{display:block!important;}
  .fc-mobile-nav-clone ul{display:block!important;margin:0!important;padding:0!important;list-style:none!important;}
  .fc-mobile-nav-clone li{display:block!important;border-top:1px solid #ece7e2;}
  .fc-mobile-nav-clone a{
    display:flex!important;align-items:center!important;justify-content:space-between!important;
    width:100%!important;min-height:52px!important;padding:12px 4px!important;color:#111!important;
    text-decoration:none!important;font-size:16px!important;
  }
  body.fc-mobile-menu-open::after{
    content:"";position:fixed;inset:0;background:rgba(0,0,0,.3);z-index:100000;
  }

  body.home #homepage-banner-container,
  body.front-page #homepage-banner-container{
    width:calc(100% - 32px)!important;max-width:none!important;margin:26px 16px 0!important;transform:none!important;
  }
  body.home #homepage-banner-container img,
  body.front-page #homepage-banner-container img{
    width:100%!important;height:auto!important;border-radius:18px!important;
  }

  body.home .fcmr-browse-select,
  body.front-page .fcmr-browse-select{
    min-height:62px!important;border-radius:10px!important;font-size:18px!important;
  }
}

@media (max-width:600px){
  .fc-mobile-htfw-top{grid-template-columns:minmax(120px,1fr) auto;padding:16px 14px 12px;}
  .fc-mobile-logo img{max-width:160px!important;max-height:70px!important;}
  .fc-mobile-actions{gap:2px;}
  .fc-mobile-action{min-width:40px;height:42px;padding:0 5px;}
  .fc-mobile-currency{min-width:64px;}
  .fc-mobile-search-row{padding:0 14px 16px;}
  .fc-mobile-search-form{grid-template-columns:minmax(0,1fr) 64px!important;}
  .fc-mobile-search-form input[type="search"],
  .fc-mobile-search-form input[type="text"]{
    height:64px!important;padding:0 18px!important;font-size:19px!important;
  }
  .fc-mobile-search-form button[type="submit"]{
    width:64px!important;min-width:64px!important;height:64px!important;
  }
  .fc-mobile-rating-strip{min-height:66px;font-size:18px;}
}

/* HTFW-style mobile/tablet footer */
@media (max-width:1024px){
  footer .fc-footer-newsletter,
  .page-footer .fc-footer-newsletter{
    padding:22px 18px!important;
    background:#383838!important;
    color:#fff!important;
  }
  footer .fc-footer-newsletter form,
  .page-footer .fc-footer-newsletter form{
    width:100%!important;
    margin:0!important;
  }
  footer .fc-footer-newsletter input[type="email"],
  .page-footer .fc-footer-newsletter input[type="email"]{
    width:100%!important;
    min-height:48px!important;
    padding:0 14px!important;
    border-radius:7px!important;
    font-size:16px!important;
    box-sizing:border-box!important;
  }

  footer .fc-footer-contact,
  .page-footer .fc-footer-contact{
    background:#fff!important;
    padding:20px 18px!important;
    border-bottom:1px solid #e4dfda!important;
  }

  footer .fc-footer-bottom,
  .page-footer .fc-footer-bottom{
    background:#383838!important;
    color:#fff!important;
    padding:18px!important;
    text-align:center!important;
  }
}

@media (max-width:767px){
  footer .fc-footer-main-grid,
  .page-footer .fc-footer-main-grid{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
  }

  footer .fc-footer-retail,
  .page-footer .fc-footer-retail{
    display:block!important;
    padding:20px 18px!important;
    background:#fff!important;
    border-bottom:1px solid #e4dfda!important;
  }

  footer .fc-footer-accordion,
  .page-footer .fc-footer-accordion{
    display:block!important;
    padding:0!important;
    margin:0!important;
    background:#fff!important;
    border-top:1px solid #e4dfda!important;
  }
  footer .fc-footer-accordion:last-child,
  .page-footer .fc-footer-accordion:last-child{
    border-bottom:1px solid #e4dfda!important;
  }

  footer .fc-footer-accordion-toggle,
  .page-footer .fc-footer-accordion-toggle{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    min-height:58px!important;
    padding:0 18px!important;
    margin:0!important;
    cursor:pointer!important;
    color:#111!important;
    background:#fff!important;
    box-sizing:border-box!important;
  }
  footer .fc-footer-accordion-toggle::after,
  .page-footer .fc-footer-accordion-toggle::after{
    content:""!important;
    display:block!important;
    width:10px!important;
    height:10px!important;
    border-right:2px solid #555!important;
    border-bottom:2px solid #555!important;
    transform:rotate(45deg)!important;
    transition:transform .18s ease!important;
    margin-left:16px!important;
    flex:0 0 auto!important;
  }
  footer .fc-footer-accordion.is-open .fc-footer-accordion-toggle::after,
  .page-footer .fc-footer-accordion.is-open .fc-footer-accordion-toggle::after{
    transform:rotate(225deg)!important;
  }

  footer .fc-footer-accordion-content,
  .page-footer .fc-footer-accordion-content{
    display:none!important;
    padding:0 18px 18px!important;
    background:#fff!important;
  }
  footer .fc-footer-accordion.is-open .fc-footer-accordion-content,
  .page-footer .fc-footer-accordion.is-open .fc-footer-accordion-content{
    display:block!important;
  }
}

@media (min-width:768px) and (max-width:1024px){
  footer .fc-footer-main-grid,
  .page-footer .fc-footer-main-grid{
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:0!important;
    width:100%!important;
  }

  footer .fc-footer-retail,
  .page-footer .fc-footer-retail,
  footer .fc-footer-accordion,
  .page-footer .fc-footer-accordion{
    padding:20px 14px!important;
    background:#fff!important;
    border-right:1px solid #e4dfda!important;
  }

  footer .fc-footer-accordion-toggle,
  .page-footer .fc-footer-accordion-toggle{
    display:flex!important;
    min-height:0!important;
    padding:0 0 14px!important;
    pointer-events:none!important;
  }
  footer .fc-footer-accordion-toggle::after,
  .page-footer .fc-footer-accordion-toggle::after{
    display:none!important;
  }

  footer .fc-footer-accordion-content,
  .page-footer .fc-footer-accordion-content{
    display:block!important;
    padding:0!important;
  }
}
