/** Shopify CDN: Minification failed

Line 1058:1 Expected "}" to go with "{"

**/
/* ==========================================================
   PolycarbonateX Header V2
========================================================== */

.pxv2{
  background:#2b2b2b;
  border-bottom:1px solid #444;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  padding-top:8px;
  position:relative;
  z-index:100;
}

.pxv2-wrap{
  max-width:1380px;
  margin:0 auto;
  padding:0 28px;
}

.pxv2-main{
  height:68px;
  display:grid;
  grid-template-columns:250px 1fr 56px 56px;
  gap:14px;
  align-items:center;
  border-bottom:1px solid #444;
}

.pxv2-logo{
  display:flex;
  align-items:center;
  text-decoration:none;
  white-space:nowrap;
  font-family:'Bebas Neue', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size:34px;
  font-weight:900;
  letter-spacing:.2px;
  line-height:1;
}

.pxv2-logo span{ color:#fff; }
.pxv2-logo b{ color:#ff7a00; }

.pxv2-search{
  height:42px;
  display:flex;
  align-items:center;
  border:1px solid #666;
  border-radius:8px;
  overflow:hidden;
  background:#fff;
}

.pxv2-search input{
  flex:1;
  min-width:0;
  height:100%;
  border:0;
  outline:0;
  padding:0 15px;
  font-size:14px;
  color:#111;
}

.pxv2-search input::placeholder{
  color:#555;
  opacity:1;
}

.pxv2-search button{
  width:36px;
  min-width:36px;
  height:34px;
  margin:4px;
  border:0;
  border-radius:6px;
  background:#ff6f00;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:background .18s ease, transform .18s ease;
}

.pxv2-search button:hover{
  background:#ff7a00;
  transform:scale(1.03);
}

.pxv2 svg{
  fill:none;
  stroke:currentColor;
  stroke-width:2.3;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.pxv2-search > button > svg{
  width:22px;
  height:22px;
}

.pxv2-icon{
  width:56px;
  height:56px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px;
  color:#fff;
  text-decoration:none;
  position:relative;
  font-size:11px;
  font-weight:600;
  line-height:1;
  transition:color .18s ease;
}

.pxv2-icon span{
  color:#fff;
  font-size:11px;
  font-weight:600;
  line-height:1;
}

.pxv2-account svg{
  width:31px;
  height:31px;
}

.pxv2-cart{
  border-left:1px solid #555;
}

.pxv2-cart svg{
  width:38px;
  height:38px;
}

.pxv2-cart i{
  width:11px;
  height:11px;
  background:#ff7a00;
  border-radius:50%;
  position:absolute;
  top:7px;
  right:7px;
}

.pxv2-nav{
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;
  position:relative;
}

.pxv2-nav-item{
  position:relative;
}

.pxv2-nav-link{
  display:flex;
  align-items:center;
  gap:6px;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  text-decoration:none !important;
  font-size:15px !important;
  font-weight:800 !important;
  padding:0 !important;
  background:transparent !important;
  background-color:transparent !important;
  background-image:none !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  white-space:nowrap;
  transition:color .18s ease;
}

.pxv2-nav-caret{
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  font-size:18px;
  font-weight:700;
  line-height:1;
}

.pxv2-nav-link:hover,
.pxv2-nav-link:hover .pxv2-nav-caret{
  color:#ff7a00 !important;
  -webkit-text-fill-color:#ff7a00 !important;
}

.pxv2-dropdown{
  display:none;
  position:absolute;
  top:100%;
  left:50%;
  transform:translateX(-50%);
  min-width:230px;
  background:#fff;
  border:1px solid #e5e5e5;
  box-shadow:0 12px 28px rgba(0,0,0,.12);
  border-radius:12px;
  padding:10px;
  z-index:999;
}

.pxv2-nav-item:hover .pxv2-dropdown{
  display:block;
}

.pxv2-dropdown a{
  display:block;
  padding:10px 12px !important;
  color:#111 !important;
  text-decoration:none !important;
  font-size:14px !important;
  font-weight:600 !important;
  border-radius:8px !important;
  background:none !important;
}

.pxv2-dropdown a:hover{
  background:#f7f7f7 !important;
  color:#ff6f00 !important;
}

.pxv2-trust{
  height:40px;
  background:#f4f4f4;
  border-top:1px solid #dcdcdc;
  border-bottom:1px solid #dcdcdc;
  display:flex;
  align-items:center;
  justify-content:center;
}

.pxv2-trust span{
  display:flex;
  align-items:center;
  font-size:13px;
  font-weight:600;
  color:#222;
  line-height:1;
  padding:0 28px;
}

.pxv2-trust span + span{
  border-left:1px solid #d8d8d8;
}

.pxv2-trust strong{
  color:#ff6f00;
  font-weight:900;
  margin-right:6px;
  letter-spacing:-.5px;
}

/* ==========================================================
   Mobile Header V2
========================================================== */

.pxv2-mobile,
.pxv2-mobile-trust{
  display:none;
}

@media(max-width:989px){

  .pxv2{
    display:none !important;
  }

  .pxv2-mobile{
    display:grid !important;
    grid-template-columns:25% 25% 25% 25%;
    position:fixed;
    top:0;
    left:0;
    right:0;
    height:64px;
    background:#2b2b2b;
    border-bottom:1px solid #444;
    box-shadow:0 6px 18px rgba(0,0,0,.16);
    z-index:999999;
  }

  .pxv2-mobile__item{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    background:#2b2b2b;
    color:#fff;
    text-decoration:none;
    border:0;
    font-size:11px;
    font-weight:700;
    line-height:1;
    position:relative;
    appearance:none;
    box-sizing:border-box;
    min-width:0;
    width:100%;
  }

  .pxv2-mobile__item::after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:1px;
  height:100%;
  background:rgba(255,255,255,.22);
  z-index:2;
}

.pxv2-mobile__item:last-child::after{
  display:none;
}

  .pxv2-mobile__item:last-child{
    border-right:none !important;
    box-shadow:none;
  }

  .pxv2-mobile__item svg{
    width:26px;
    height:26px;
    fill:none;
    stroke:currentColor;
    stroke-width:2.4;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .pxv2-mobile__item em{
    font-style:normal;
    color:#fff;
    font-size:11px;
    font-weight:700;
    line-height:1;
    letter-spacing:.2px;
  }

  .pxv2-mobile__home{
    gap:1px;
  }

  .pxv2-mobile__home strong{
  font-family:'Bebas Neue', Impact, sans-serif;
  font-size:36px;
  font-weight:900;
  letter-spacing:-1px;
  line-height:1;
  color:#fff;
  white-space:nowrap;
  transform:none;
}

  .pxv2-mobile__home strong span{
    color:#fff;
  }

  .pxv2-mobile__home strong b{
    color:#ff7a00;
    font-weight:900;
  }

  .pxv2-mobile__basket svg{
    width:38px;
    height:38px;
}

  .pxv2-mobile__basket i{
    position:absolute;
    top:9px;
    right:calc(50% - 14px);
    width:11px;
    height:11px;
    border-radius:50%;
    background:#ff7a00;
  }

  .pxv2-mobile-trust{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    position:fixed;
    top:64px;
    left:0;
    right:0;
    height:30px;
    background:#f4f4f4;
    border-bottom:1px solid #dddddd;
    color:#333;
    z-index:999998;
  }

  .pxv2-mobile-trust span{
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    white-space:nowrap;
    font-size:10.5px;
    font-weight:600;
    line-height:1;
    border-right:1px solid #dddddd;
  }

  .pxv2-mobile-trust span:last-child{
    border-right:0;
  }

  .pxv2-mobile-trust strong{
    color:#ff7a00;
    margin-right:4px;
    letter-spacing:-.5px;
  }

  body{
    padding-top:94px !important;
  }
}
/* Mobile Browse Drawer */

.pxv2-drawer{
  display:none;
}

@media(max-width:989px){

  body.pxv2-drawer-open{
    overflow:hidden;
  }

  .pxv2-drawer{
    display:block;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    z-index:1000000;
    opacity:0;
    visibility:hidden;
    transition:opacity .2s ease, visibility .2s ease;
  }

  .pxv2-drawer.is-open{
    opacity:1;
    visibility:visible;
  }

  .pxv2-drawer__panel{
    width:min(92vw,420px);
    height:100%;
    background:#fff;
    transform:translateX(-100%);
    transition:transform .25s ease;
    box-shadow:8px 0 28px rgba(0,0,0,.22);
    overflow-y:auto;
  }

  .pxv2-drawer.is-open .pxv2-drawer__panel{
    transform:translateX(0);
  }

  .pxv2-drawer__head{
    height:68px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 22px;
    border-bottom:1px solid #e5e5e5;
  }

  .pxv2-drawer__head strong{
    font-family:'Bebas Neue', Impact, sans-serif;
    font-size:38px;
    line-height:1;
  }

  .pxv2-drawer__head span{
    color:#111;
  }

  .pxv2-drawer__head b{
    color:#ff7a00;
  }

  .pxv2-drawer__head button{
    border:0;
    background:none;
    font-size:38px;
    line-height:1;
    cursor:pointer;
    color:#111;
  }

  .pxv2-drawer__nav{
    padding:12px 18px;
  }

  .pxv2-drawer__nav > a{
    min-height:54px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#111;
    text-decoration:none;
    font-size:17px;
    font-weight:700;
    border-bottom:1px solid rgba(255,122,0,.22);
  }

  .pxv2-drawer__nav > a em{
    color:#ff7a00;
    font-size:30px;
    font-weight:700;
}

  .pxv2-drawer__sub{
    padding:4px 0 8px 14px;
    border-bottom:1px solid rgba(255,122,0,.22);
  }

  .pxv2-drawer__sub a{
    display:block;
    padding:10px 0;
    color:#444;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
  }

  .pxv2-drawer__contact{
    margin:14px 18px 28px;
    padding-top:16px;
    border-top:1px solid #eeeeee;
    display:grid;
    gap:12px;
  }

  .pxv2-drawer__contact a{
    color:#111;
    text-decoration:none;
    font-size:16px;
    font-weight:700;
  }
}
.pxv2-drawer__toggle{
  width:100%;
  min-height:56px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border:0;
  border-bottom:1px solid rgba(255,122,0,.22);
  background:#fff;
  color:#111;
  font:inherit;
  font-size:17px;
  font-weight:700;
  text-align:left;
  padding:0;
  cursor:pointer;
}

.pxv2-drawer__toggle em{
  color:#ff7a00;
  font-style:normal;
  font-size:30px;
  font-weight:800;
  transition:transform .18s ease;
}

.pxv2-drawer__item.is-open .pxv2-drawer__toggle em{
  transform:rotate(90deg);
}

.pxv2-drawer__sub{
  display:none;
  padding:6px 0 10px 18px;
  border-bottom:1px solid rgba(255,122,0,.22);
}

.pxv2-drawer__item.is-open .pxv2-drawer__sub{
  display:block;
}

.pxv2-drawer__sub a{
  display:block;
  padding:11px 0;
  color:#444;
  text-decoration:none;
  font-size:15px;
  font-weight:600;
}
@media(max-width:989px){

  .pxv2-drawer__head{
    height:auto;
    padding:22px 24px 18px;
    align-items:flex-start;
  }

  .pxv2-drawer__head strong::after{
    content:"Specialist roofing sheets, cut to size and accessories";
    display:block;
    margin-top:6px;
    font-family:inherit;
    font-size:13px;
    font-weight:600;
    letter-spacing:0;
    color:#666;
  }

  .pxv2-drawer__nav{
    padding:18px 22px 8px;
  }

  .pxv2-drawer__nav::before{
    content:"Shop categories";
    display:block;
    margin-bottom:10px;
    color:#ff7a00;
    font-size:12px;
    font-weight:800;
    letter-spacing:.6px;
    text-transform:uppercase;
  }

  .pxv2-drawer__toggle{
    min-height:58px;
    padding:0 4px;
    border-bottom:1px solid rgba(255,122,0,.18);
  }

  .pxv2-drawer__contact{
    margin:18px 22px 28px;
    padding:18px;
    border:1px solid #eeeeee;
    border-radius:14px;
    background:#fafafa;
  }

  .pxv2-drawer__contact::before{
    content:"Need help choosing?";
    display:block;
    margin-bottom:12px;
    color:#111;
    font-size:18px;
    font-weight:800;
  }

  .pxv2-drawer__contact a{
    display:block;
    padding:12px 14px;
    border-radius:10px;
    background:#fff;
    border:1px solid #eeeeee;
    margin-bottom:10px;
  }

  .pxv2-drawer__contact a:first-child{
    background:#ff7a00;
    border-color:#ff7a00;
    color:#fff;
  }
}
@media(max-width:989px){

  .pxv2-drawer__contact{
    margin:18px 22px 28px;
    padding:16px;
    border:1px solid #eeeeee;
    border-radius:14px;
    background:#fafafa;
  }

  .pxv2-drawer__contact::before{
    display:none;
  }

  .pxv2-drawer__contact h3{
    margin:0 0 12px;
    color:#111;
    font-size:18px;
    font-weight:800;
  }

  .pxv2-help{
    min-height:52px;
    display:flex !important;
    align-items:center;
    gap:12px;
    margin-bottom:10px;
    padding:10px 12px !important;
    border:1px solid #eeeeee !important;
    border-radius:12px !important;
    background:#fff !important;
    color:#111 !important;
    text-decoration:none !important;
  }

  .pxv2-help svg{
    width:24px;
    height:24px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
    flex:0 0 24px;
  }

  .pxv2-help span{
    display:grid;
    gap:2px;
    font-size:15px;
    font-weight:700;
    line-height:1.15;
  }

  .pxv2-help small{
    font-size:12px;
    font-weight:600;
    color:#666;
  }

  .pxv2-help--whatsapp{
    background:#25D366 !important;
    border-color:#25D366 !important;
    color:#fff !important;
  }

  .pxv2-help--whatsapp small{
    color:rgba(255,255,255,.88);
  }

  .pxv2-help--whatsapp svg{
    fill:none;
    stroke:#fff;
  }

  .pxv2-drawer__trust{
    margin-top:12px;
    padding-top:12px;
    border-top:1px solid #eeeeee;
    display:grid;
    gap:8px;
  }

  .pxv2-drawer__trust span{
    font-size:12px;
    font-weight:700;
    color:#555;
  }

  .pxv2-drawer__trust span:first-child{
    color:#ff7a00;
  }
}
/* Mobile Search Panel */

.pxv2-search-panel{
  display:none;
}

@media(max-width:989px){

  body.pxv2-search-open{
    overflow:hidden;
  }

  .pxv2-search-panel{
    display:block;
    position:fixed;
    inset:0;
    background:#fff;
    z-index:1000001;
    opacity:0;
    visibility:hidden;
    transform:translateY(12px);
    transition:opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  .pxv2-search-panel.is-open{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
  }

  .pxv2-search-panel__inner{
    height:100%;
    overflow-y:auto;
    background:#fff;
  }

  .pxv2-search-panel__top{
    height:76px;
    display:grid;
    grid-template-columns:48px 1fr;
    align-items:center;
    gap:10px;
    padding:10px 16px;
    border-bottom:1px solid #eeeeee;
  }

  .pxv2-search-panel__top > button{
    border:0;
    background:none;
    color:#111;
    font-size:34px;
    line-height:1;
  }

  .pxv2-search-panel__top form{
    height:48px;
    display:grid;
    grid-template-columns:1fr 42px;
    border:1px solid #dddddd;
    border-radius:8px;
    overflow:hidden;
  }

  .pxv2-search-panel__top input{
    border:0;
    outline:0;
    padding:0 14px;
    font-size:16px;
    color:#111;
  }

  .pxv2-search-panel__top form button{
    border:0;
    background:#fff;
    color:#111;
    font-size:28px;
    line-height:1;
  }

  .pxv2-search-panel__suggestions{
    padding:22px 20px;
  }

  .pxv2-search-panel__suggestions h3{
    margin:0 0 14px;
    color:#ff7a00;
    font-size:12px;
    font-weight:800;
    letter-spacing:.7px;
    text-transform:uppercase;
  }

  .pxv2-search-panel__suggestions a{
    min-height:58px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#111;
    text-decoration:none;
    font-size:17px;
    font-weight:700;
    border-bottom:1px solid rgba(255,122,0,.18);
  }

  .pxv2-search-panel__suggestions em{
    color:#ff7a00;
    font-style:normal;
    font-size:30px;
    font-weight:800;
  }
}
@media(max-width:989px){

  .pxv2-search-panel__top form{
    grid-template-columns:1fr 52px;
  }

  .pxv2-search-panel__top form button{
    background:#ff7a00;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .pxv2-search-panel__top form button svg{
    width:24px;
    height:24px;
    fill:none;
    stroke:currentColor;
    stroke-width:2.4;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .pxv2-search-panel__suggestions .pxv2-drawer__item{
    margin:0;
  }
}
@media(max-width:989px){
  .pxv2-search-panel__top form button svg{
    display:block !important;
    width:24px !important;
    height:24px !important;
    fill:none !important;
    stroke:#fff !important;
    stroke-width:2.5 !important;
    stroke-linecap:round !important;
    stroke-linejoin:round !important;
  }
}
@media(max-width:989px){

  .pxv2-drawer__direct{
    min-height:58px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#111;
    text-decoration:none;
    font-size:17px;
    font-weight:700;
    border-bottom:1px solid rgba(255,122,0,.18);
  }

  .pxv2-drawer__direct em{
    color:#ff7a00;
    font-style:normal;
    font-size:30px;
    font-weight:800;
  }

  .pxv2-search-help{
    margin-top:24px;
    padding:18px;
    border:1px solid #eeeeee;
    border-radius:14px;
    background:#fafafa;
  }

  .pxv2-search-help strong{
    display:block;
    margin-bottom:12px;
    color:#111;
    font-size:17px;
    font-weight:800;
  }

  .pxv2-search-help a{
    min-height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    background:#25D366;
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:800;
  }
}
.pxv2-search-panel__top form button{
    width:82px;
    min-width:82px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#ff7a00;
    border:0;
    border-radius:14px;
    cursor:pointer;
}

.pxv2-search-panel__top form button svg{
    width:30px;
    height:30px;
    stroke:#ffffff;
    fill:none;
    stroke-width:2.5;
    stroke-linecap:round;
    stroke-linejoin:round;
    display:block;
    overflow:visible;
}
@media(max-width:989px){
  .pxv2-search-submit{
    width:64px !important;
    min-width:64px !important;
    height:56px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    padding:0 !important;
    margin:0 !important;

    background:#ff7a00 !important;
    border:0 !important;
    border-radius:12px !important;

    cursor:pointer;
    flex-shrink:0;
}

.pxv2-search-submit svg{
    display:block !important;
    width:26px !important;
    height:26px !important;

    margin:0 auto !important;

    fill:none !important;
    stroke:#ffffff !important;
    stroke-width:2.3 !important;
    stroke-linecap:round !important;
    stroke-linejoin:round !important;

    pointer-events:none;
}
.pxv2-search-close{
    width:56px;
    min-width:56px;
    height:56px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:none;
    border:0;
    padding:0;
    margin-right:12px;

    font-size:42px;
    line-height:1;
    font-weight:300;
    color:#111;

    cursor:pointer;
}
.pxv2-search-submit{
    border-radius:0 12px 12px 0 !important;
}