.hidden-h1 { visibility:hidden;font-size:0px;margin-top:0px; margin-bottom:0px;}
.search-icon { -webkit-mask-image: url(https://printstar.uk/wp-content/themes/signstar/images/search-glass.svg
);
  mask-image: url(https://printstar.uk/wp-content/themes/signstar/images/search-glass.svg
);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size:contain;
  mask-position: center;
}
.body-section.top h2 { text-transform:Capitalize;font-weight:400;letter-spacing:0px;font-size:32px; }
.body-section.top h3 { text-transform:Capitalize;font-weight:400;letter-spacing:0px;font-size:28px; }

.contact-form textarea { max-height:114px; max-width:560px;}


.shop-icon.basket {
  -webkit-mask-image: url(https://printstar.uk/wp-content/themes/signstar/images/bag-shopping.svg);
  mask-image: url(https://printstar.uk/wp-content/themes/signstar/images/bag-shopping.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size:contain;
}

.data-icon {
  -webkit-mask-image: url(https://printstar.uk/wp-content/themes/signstar/images/data-sheet.svg);
  mask-image: url(https://printstar.uk/wp-content/themes/signstar/images/data-sheet.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size:contain;
}

.phone {
  -webkit-mask-image: url(https://cdn.prod.website-files.com/66d427e9ed1be940a0a69b42/66d427e9ed1be940a0a69b56_phone-sharp-light.svg);
  mask-image: url(https://cdn.prod.website-files.com/66d427e9ed1be940a0a69b42/66d427e9ed1be940a0a69b56_phone-sharp-light.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size:contain;
}

.email {
  -webkit-mask-image: url(https://cdn.prod.website-files.com/66d427e9ed1be940a0a69b42/66d427e9ed1be940a0a69b55_envelope-sharp-light.svg);
  mask-image: url(https://cdn.prod.website-files.com/66d427e9ed1be940a0a69b42/66d427e9ed1be940a0a69b55_envelope-sharp-light.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size:contain;
}

.address {
  -webkit-mask-image: url(https://cdn.prod.website-files.com/66d427e9ed1be940a0a69b42/66d427e9ed1be940a0a69b5c_location-dot-sharp-light.svg);
  mask-image: url(https://cdn.prod.website-files.com/66d427e9ed1be940a0a69b42/66d427e9ed1be940a0a69b5c_location-dot-sharp-light.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size:contain;
}

.shop-icon.search {
  -webkit-mask-image: url(https://cdn.prod.website-files.com/66d427e9ed1be940a0a69b42/66d432b82ad1dac94294a4a6_mag-glass.svg);
  mask-image: url(https://cdn.prod.website-files.com/66d427e9ed1be940a0a69b42/66d432b82ad1dac94294a4a6_mag-glass.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size:contain;
}

.fixings-options {
            width:100%;
            display: flex;
            justify-content: space-between;
        }
        .fixing-option img {
            width: 100px;
            height: auto;
            cursor: pointer;
        }
        #colours-grid {
            width: 100% ;
            display: grid;
            grid-template-columns: repeat(8, 1fr);
            gap: 14px 2% ;
        }
        .colour-option {
            width: 100%;
            height: 40px;
            border: 1px solid #000;
            cursor: pointer;
            position: relative;
        }
        .colour-option:hover {
            opacity: 0.8;
        }

.hidden-field {
    opacity: 0;
    width: 100%;
    height: 0;
    display: none;
    transition: opacity 500ms ease, width 250ms ease, height 250ms ease;
}

.hidden-field.active {
    display: block;
    opacity: 1;
    width: 100%;
    height: auto;
}

.form-details .wpcf7-form-control-wrap { width:60%; min-width:60%; max-width:60%;}

.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text.form-item.small.w-input { width:100%; min-width:100%; max-width:100%;}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text.form-item.select.small.w-input { width:100%; min-width:100%; max-width:100%;}

.reverse-half-top-border {clip-path: polygon(0 0, 100% 0, 100% 100%, 0 5%);}
.blue-top-border {clip-path: polygon(0 0, 100% 0, 100% 5%, 0% 100%);}
.dark-bottom-border {clip-path: polygon(0 95%, 100% 0, 100% 100%, 0% 100%);}
.play-inner { clip-path: polygon(0 0, 0% 100%, 100% 50%); }

.body-container {
  will-change: transform, opacity; /* Optional: improves animation performance */
}

.text-holder h3 { font-size:26px; }

.w-slider-dot.w-active { background-color:#f2bb30;}

.w-slider-dot {background-color:#838383;}

.wpcf7-not-valid-tip {
  font-size:12px;
}
.wpcf7 form .wpcf7-response-output {
  flex: 0 0 100%; /* flex-grow, flex-shrink, flex-basis */
}
.grecaptcha-badge {
  opacity: 0;
}

.footer-creds a { color:#ffffff; }
.footer-creds a:hover { color:#1b1b1b; }

.polygon-grey-border { clip-path: polygon(0 0, 55% 0, 100% 100%, 0% 100%); }
.polygon-orange-border { clip-path: polygon(0 0, 55% 0, 100% 100%, 45% 100%); }

.text-cols h3 { font-size:26px; }

.header-menu,
.nav-bar-wrapper,
.footer-section {
  width:100%;
  max-width:100%;
}


picture img {
  height:auto;
}

.text-section img[class*=" wp-image-"]:not(.left) {
  max-width:auto;
  height:auto;
}


.contact-link { font-weight:300;}

.gdpr-text { margin-top: 24px;}

.embed-container { 
position: relative; 
padding-bottom: 56.25%;
overflow: hidden;
max-width: 100%;
height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*  */
.inline-radio-container,
.form-fw,
.contact-form-step-options {
  grid-column: 1 / -1;
}
.contact-form-step-options {
  grid-template-columns: auto;
  margin-bottom:25px;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left:0;
}

.form-inline-radio label {
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #0dbf92;
  background-color: #0dbf92;
  -webkit-transition: background-color 1000ms ease, color 1000ms ease;
  transition: background-color 1000ms ease, color 1000ms ease;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  font-size:16px;
  transition:0.8s ease color; transition:0.8s ease background-color;
}

.form-inline-radio label:hover { background-color:#ffffff; color: #0dbf92; }

.form-inline-radio label:active { background-color:#f9913d; color: #0dbf92; border-color:#f9913d;  }

.wpcf7-list-item label:active { background-color:#f9913d; color: #0dbf92; border-color:#f9913d; }

.form-inline-radio label:focus { background-color:#f9913d; color: #0dbf92; border-color:#f9913d;  }

.wpcf7-list-item label:focus { background-color:#f9913d; color: #0dbf92; border-color:#f9913d; }

.form-inline-radio label input {
  position: absolute;
  width:0;
  height:0;
  visibility:hidden;
}
.inline-radio-container .wpcf7-list-item.first {
  margin-left:0;
}

.form-text-note { display:flex; flex-wrap:wrap; font-size:16px; justify-content: flex-start; align-items: center;}

.wpcf7-response-output {
  margin:0;
  margin-top:10px;
}

.content-section p a {
  background-color: #ffd900;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #020202;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.content-section p a:hover {
  background-color: #ff7300;
}

.h3-link {text-decoration:none; color:#010101;transition:0.8s ease color;}
.h3-link:hover { color:#ff7300;}

.text-inner h3 { font-size:26px; }

.news-item-featured-image {-webkit-transition:0.8s ease all; transition:0.8s ease all; }

.text-area.w-input { min-width:100%; max-height:100px;}
.text-area-holder {display:block; width:100%;height:auto;}

.anchor-link { display:block;position:relative;visibility:hidden;top:-150px;height:1px; }

.blog-content h2 { font-size:32px; color:#00adef; }
.blog-content h3 { font-size:28px; color:#00adef; }


.wpcf7-form-control-wrap { width:100%; }


.wpcf7 input[type="email"] { width:100%; }
.wpcf7-spinner { display:none;visibility:hidden;}

.wpcf7-form-control-wrap input[data-vale="JOIN"] { width:25%; }
.wpcf7-form-control-wrap input[data-name="Newsletter-Email"] { width:100%; }




@media screen and (max-width: 991px) { .column.blog h2 { font-size:28px; } .column.blog h3 { font-size:24px; } }

@media screen and (max-width: 767px) { .column.blog h2 { font-size:26px; } .column.blog h3 { font-size:21px; } }


.large-contact-form .wpcf7-list-item.active label {
  border:solid 1px #F9913D;
  background:#F9913D;
}
.large-contact-form .wpcf7-list-item.active:hover label {
  color:#774F2E;
}

.light-butto {text-transform:capitalize; }


@media screen and (max-width: 1240px) {

.sidebar-contact-image { max-width:320px; }

.testimonial-slider.sidebar { max-width:320px; }

.blog-sidebar-item.header { max-width:320px; }

.related-links-holder { max-width:320px; }

}

@media screen and (max-width: 1040px) {

.sidebar-contact-image { max-width:100%; }

.blog-side-bar-contact { max-width:100%; }

.testimonial-slider.sidebar { max-width:100%; }

.blog-sidebar-item.header { width:100%; min-width:100%; max-width:100%; }

.related-links-holder { width:100%; min-width:100%; max-width:100%; }

.blog-sidebar-grid.items {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    border-right: 1px solid rgba(62, 62, 62, 0.25);
    border-bottom: 1px solid rgba(62, 62, 62, 0.25);
    border-left: 1px solid rgba(62, 62, 62, 0.25);
  }

.blog-content-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.blog-sidebar-grid {
    max-width: 100%;
  }

  .blog-sidebar-grid.items {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    border-right: 1px solid rgba(62, 62, 62, 0.25);
    border-bottom: 1px solid rgba(62, 62, 62, 0.25);
    border-left: 1px solid rgba(62, 62, 62, 0.25);
  }

  .blog-sidebar-item {
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
  }
}

@media screen and (max-width: 991px) {
    
    
    .blog-sidebar-item.header { width:100%; min-width:none; max-width:none; }

.related-links-holder { width:100%; min-width:none; max-width:none; }
    
}

h2 .body-section.text { font-size:32px !important; }
.body-section.text h2 { font-size:32px !important; }
h3 .body-section.text { font-size:28px !important; }
.body-section.text h3 { font-size:28px !important; }


@media screen and (max-width: 991px) {
 h2 .body-section.text { font-size:28px !important; }
.body-section.text h2 { font-size:28px !important; } 
h3 .body-section.text { font-size:24px !important; }
.body-section.text h3 { font-size:24px !important; }
}

.service-title-inner {
    width: auto;
}

.service-item-title-holder {
height: auto;
}

.w-slider-aria-label{
	display:none;
}

.w-slider-aria-label {
    display: none!important;
}


/* Fixings Section */
/* .fixings-section {
    margin: 20px 0;
}

.fixings-options {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .fixings-options {
        flex-direction: column;
    }
}

.fixing-option {
    flex: 1;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #fff;
}

.fixing-option:hover {
    border-color: #00bcd4;
}

.fixing-option input[type="radio"] {
    display: none;
}

.fixing-option img {
    width: 100%;
    max-width: 150px;
    height: auto;
    margin-bottom: 10px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.fixing-option span {
    display: block;
    font-weight: 600;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.fixing-option:has(input:checked) {
    border-color: #00bcd4;
    background-color: #f0f9ff;
}

.fixing-option:has(input:checked) img,
.fixing-option:has(input:checked) span {
    opacity: 1;
} */

/* Colours Section */
/* .colours-section {
    margin: 20px 0;
}

.colour-total-display {
    float: right;
    font-weight: bold;
    color: #00adef;
    font-size: 16px;
}

.colours-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    margin-top: 15px;
}

@media (max-width: 991px) {
    .colours-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 767px) {
    .colours-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 479px) {
    .colours-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.colour-option {
    position: relative;
    cursor: pointer;
    display: block;
}

.colour-option input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.colour-swatch {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    border: none;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 479px) {
    .colour-swatch {
        width: 40px;
        height: 40px;
    }
} */

/* Smooth hover effect */
/* .colour-option:hover .colour-swatch {
    transform: scale(1.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
} */

/* Custom tooltip on hover - single instance only */
/* .colour-option::after {
    content: attr(data-colour-name);
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600;
    z-index: 1000;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.colour-option:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
} */

/* Tooltip arrow */
/* .colour-option::before {
    content: "";
    position: absolute;
    bottom: 54px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #333;
    z-index: 1001;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease-out;
}

.colour-option:hover::before {
    opacity: 1;
}

@media (max-width: 479px) {
    .colour-option::after {
        font-size: 10px;
        padding: 4px 8px;
        bottom: 50px;
    }
    .colour-option::before {
        bottom: 44px;
    }
} */

/* Selected state with blue border */
/* .colour-option.selected .colour-swatch,
.colour-option input[type="checkbox"]:checked ~ .colour-swatch {
    border: 4px solid #00bcd4;
    box-shadow: 0 0 0 2px #fff, 0 0 0 5px #00bcd4, 0 4px 12px rgba(0, 188, 212, 0.3);
} */

/* Checkmark on selected colours */
/* .colour-option.selected .colour-swatch::after,
.colour-option input[type="checkbox"]:checked ~ .colour-swatch::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 0 3px rgba(0,0,0,0.8);
} */

/* Hide price tags since price is in the name */
/* .colour-price-tag {
    display: none;
} */

/* Upload Section Styling */
/* .upload-section {
    margin: 30px 0;
}

.upload-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}

.upload-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    background: linear-gradient(135deg, #e91e63 0%, #ff6b9d 100%);
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
}

.upload-header-text {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.upload-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}

.upload-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    cursor: help;
}

.file-upload-wrapper {
    position: relative;
    margin: 15px 0;
}

.file-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.file-upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    border: 2px dashed #d0d0d0;
    border-radius: 8px;
    background-color: #fafafa;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 80px;
}

.file-upload-label:hover {
    border-color: #00bcd4;
    background-color: #f0f9fa;
}

.file-upload-label.drag-over {
    border-color: #00bcd4;
    background-color: #e6f7f9;
    transform: scale(1.01);
}

.upload-text {
    font-size: 15px;
    color: #666;
    text-align: center;
}

.browse-link {
    color: #00bcd4;
    font-weight: 600;
    text-decoration: underline;
}

.file-name-display {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.upload-note {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .upload-header {
        flex-direction: column;
        gap: 10px;
    }
    
    .upload-title {
        font-size: 15px;
    }
    
    .file-upload-label {
        padding: 25px 15px;
    }
}

.colour-option {
    border: none;
} */



/* Size Inputs Section */
/* .size-inputs-section {
    margin: 20px 0;
}

.size-inputs-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .size-inputs-wrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

.size-input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.size-input-group label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.size-input-group input.size-input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: #fff;
}

.size-input-group input.size-input:focus {
    outline: none;
    border-color: #00bcd4;
    box-shadow: 0 0 0 3px rgba(0, 188, 212, 0.1);
}

.size-input-group input.size-input:hover {
    border-color: #00bcd4;
} */

/* Size display text */
/* .size-display-text {
    margin-top: 15px;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-radius: 6px;
    font-size: 15px;
    color: #333;
    text-align: center;
}

.size-display-text span {
    font-weight: 700;
    color: #00bcd4;
} */

/* Remove spinner arrows for number inputs */
/* .size-input-group input.size-input::-webkit-outer-spin-button,
.size-input-group input.size-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.size-input-group input.size-input[type=number] {
    -moz-appearance: textfield;
} */

/* Size Inputs Section */
/* .size-inputs-section {
    margin: 20px 0;
}

.size-inputs-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .size-inputs-wrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

.size-input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.size-input-group label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.size-input-group input.size-input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: #fff;
}

.size-input-group input.size-input:focus {
    outline: none;
    border-color: #00bcd4;
    box-shadow: 0 0 0 3px rgba(0, 188, 212, 0.1);
}

.size-input-group input.size-input:hover {
    border-color: #00bcd4;
} */

/* Size display text */
/* .size-display-text {
    margin-top: 15px;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-radius: 6px;
    font-size: 15px;
    color: #333;
    text-align: center;
}

.size-display-text span {
    font-weight: 700;
    color: #00bcd4;
} */

/* Remove spinner arrows for number inputs */
/* .size-input-group input.size-input::-webkit-outer-spin-button,
.size-input-group input.size-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.size-input-group input.size-input[type=number] {
    -moz-appearance: textfield;
} */

/* Shapes Section */
/* .shapes-section {
    margin: 20px 0;
}

.shapes-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .shapes-options {
        grid-template-columns: 1fr;
    }
}

.shape-option {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #fff;
    position: relative;
}

.shape-option:hover {
    border: 3px solid #00adef;
}

.shape-option input[type="radio"] {
    display: none;
}

.shape-option img {
    width: 100%;
    max-width: 100px;
    height: auto;
    margin-bottom: 10px;
    opacity: 0.6;
    transition: opacity 0.6s ease;
}

.shape-option.selected,
.shape-option:has(input:checked) {
    border-color: #00bcd4;
    background-color: #f0f9ff;
}

.shape-option.selected img,
.shape-option:has(input:checked) img {
    opacity: 1;
}

.shape-name {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.shape-price {
    display: block;
    color: #00bcd4;
    font-size: 14px;
} */

/* Shape hover preview - JavaScript powered */
/* #shape-preview-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    width: 280px;
    height: 280px;
    background-color: #fff;
    border: 2px solid #00acf0;
	border-radius:5px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

#shape-preview-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

#shape-preview-popup img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: 1 !important;
}

@media (max-width: 767px) {
    #shape-preview-popup {
        width: 220px;
        height: 220px;
    }
} */

/* Accessories Section */
/* Accessories Section */
/* .accessories-section {
    margin: 20px 0;
}

.accessories-total-display {
    float: right;
    font-weight: bold;
    color: #00adef;
    font-size: 16px;
}

.accessories-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 15px;
}

.accessory-option {
    display: block;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #fff;
    position: relative;
}

.accessory-option:hover {
   
	border: 3px solid #00adef;
}

.accessory-option input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 10px;
    left: 10px;
}

.accessory-option .accessory-thumb {
    width: 100%;
    max-width: 80px;
    height: auto;
    margin: 0 auto 10px;
    display: block;
}

.accessory-option.selected {
    border-color: #00bcd4;
    background-color: #f0f9ff;
}

.accessory-name {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.accessory-price {
    display: block;
    color: #00bcd4;
    font-size: 14px;
}
 */
/* JavaScript-Powered Preview Popup */
/* #accessory-preview-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    width: 280px;
    height: 280px;
    background-color: #fff;
    border: 3px solid #00acf0;
	border-radius:5px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
 */
/* #accessory-preview-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

#accessory-preview-popup img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
} */
/* 
@media (max-width: 767px) {
    .accessories-options {
        grid-template-columns: 1fr;
    }
    
    #accessory-preview-popup {
        width: 220px;
        height: 220px;
    }
} */

/* Product Tooltip Styles - Matching Webflow Design */
.tooltip {
    background-color: var(--dark-slate-grey-2);
    color: var(--white);
    cursor: pointer;
    border-radius: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    font-size: 12px;
    font-weight: 700;
    transition: background-color 1s;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}

.tooltip-popup {
    z-index: 99;
    border: 1px solid var(--white);
    background-color: var(--dim-grey-2);
    border-radius: 6px;
    width: 160px;
    height: auto;
    padding: 6px;
    font-size: 14px;
    font-weight: 400;
    display: none;
    position: absolute;
    right: 24px;
    box-shadow: 0 2px 12px 2px #00000059;
}

.tooltip:hover .tooltip-popup {
    display: block;
}

/* File Upload Styling */
#upload-label {
    display: block;
    margin-top: 12px;
    margin-bottom: 8px;
    font-weight: 400;
}

#artwork-file {
    width: 100%;
    padding: 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    background-color: white;
}

#artwork-file::-webkit-file-upload-button {
    background-color: #0ea5e9;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    margin-right: 12px;
    transition: background-color 0.3s ease;
}

#artwork-file::-webkit-file-upload-button:hover {
    background-color: #0284c7;
}

/* Firefox */
#artwork-file::file-selector-button {
    background-color: #0ea5e9;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    margin-right: 12px;
    transition: background-color 0.3s ease;
}

#artwork-file::file-selector-button:hover {
    background-color: #0284c7;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .tooltip-popup {
        width: 200px;
    }
    
    #upload-label {
        padding: 16px;
        font-size: 13px;
    }
    
    #artwork-file {
        font-size: 13px;
    }
}

/* Sticky Cart Section - Add to Webflow's existing .product-option.cart styles */
.product-option.cart {
    position: sticky !important;
    bottom: 20px !important;
    z-index: 50 !important;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1) !important;
}

/* Mobile: Fixed to bottom */
@media (max-width: 991px) {
    .product-option.cart {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        border-radius: 0 !important;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15) !important;
    }
}

/**
 * WooCommerce Cart & Checkout Button Styling
 */

/* Proceed to Checkout button (Cart page) */
.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce .wc-proceed-to-checkout a.checkout-button {
    background-color: #0ea5e9 !important;
    color: white !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 16px 32px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-decoration: none !important;
    display: block !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #0284c7 !important;
}

/* Place Order button (Checkout page) */
#place_order {
    background-color: #0ea5e9 !important;
    color: white !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 16px 32px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
}

#place_order:hover {
    background-color: #0284c7 !important;
}

/* Update cart button */
.woocommerce-cart button[name="update_cart"] {
    background-color: #0ea5e9 !important;
    color: white !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 12px 24px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}

/* Apply coupon button */
.woocommerce-cart button[name="apply_coupon"] {
    background-color: #0ea5e9 !important;
    color: white !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 12px 24px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}

/* Fix cart totals display */
.cart-subtotal .woocommerce-Price-amount,
.order-total .woocommerce-Price-amount {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #0ea5e9 !important;
}

/* Make sure Total label shows */
.order-total th {
    font-size: 18px !important;
    font-weight: 700 !important;
}

/* Hide Total row in cart (since it's same as Subtotal with no shipping/tax) */
.cart-collaterals .cart_totals .order-total {
    display: none !important;
}

/* Cart bubble container */
.w-inline-block:has(.shop-icon.basket) {
    position: relative;
}
.shop-icon.basket {
    width: 24px !important;
    height: 24px !important;
	margin-left: 10px;
    margin-right: 10px;
}

.home-header-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.home-title{
	color:var(--deep-sky-blue);
}

.home-title.white {
    color: #ffffff;
}

.unit-lower {
    text-transform: lowercase;
}

.grey-title{
	color:var(--dark-slate-grey-2);
}

.white-text{
	color:white;
}

p.gdpr-text {
    color: white;
}

a.gdpr {
    color: #00adef;
}

a.gdpr:hover {
    color: #ffffff;
}

.woocommerce-order-received .checkout-title,
.woocommerce-order-received .entry-title,
.woocommerce-order-received > .body-section > .checkout-container > .checkout-title {
    display: none;
}

body.woocommerce-order-received .checkout-title {
    display: none !important;
}

.button-holder.left {
    grid-column-gap: 20px;
    grid-row-gap: 12px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 50px;
    display: flex;
}
.footer-logos-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-logos-wrapper .brand-footer-logo {
  width: 180px;
  height: 60px;
  object-fit: contain;
}


.link-block-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.link-block-content {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}

.link-block-title {
  color: #1b1b1b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}

.link-block-text {
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}

.body-section.dark .link-block-title,
.body-section.dark-symbols .link-block-title,
.body-section.blue .link-block-title,
.body-section.blue-curved .link-block-title {
  color: #ffffff;
}

.body-section.dark .link-block-text,
.body-section.dark-symbols .link-block-text,
.body-section.blue .link-block-text,
.body-section.blue-curved .link-block-text {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .link-block-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .link-block-title { font-size: 20px; }
  .link-block-text { font-size: 16px; }
}

.body-section.thin,
.body-section.light.thin,
.body-section.dark.thin,
.body-section.blue.thin,
.body-section.blue-curved.thin,
.body-section.dark-symbols.thin,
.body-section.grey.thin {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.link-block-cta .main-button.alt {
   border-color: #ffffff;
    background-color: #ffffff;
    color: #1f3138;
}

.link-block-cta .main-button.alt:hover {
  background-color: #1f3138;
  color: #ffffff;
	border-color: #1f3138;
}

/* .menu-link.signstar {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid #1e3037;
  background-color: #1e3037;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  transition: background-color 1s, color 1s;
  display: flex;
}

.menu-link.signstar:hover {
  background-color: #ffffff;
  color: #1e3037;
}
.shop-link-holder {
  margin-left: 24px;
} */

.ps-popup {
  background-color: var(--deep-sky-blue);
  border-radius: 12px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  font-family: century-gothic, sans-serif;
  max-width: 460px;
  margin: 0 auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.ps-popup-logo {
  margin-bottom: 4px;
}

.ps-popup-logo-img {
  max-width: 120px;
  height: auto;
}

.ps-popup-title {
  color: #ffffff;
  font-family: atrament-web, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.ps-popup-text {
  font-size: 15px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
  opacity: 0.9;
}

.ps-popup-code-wrapper {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 14px 24px;
  width: 100%;
}

.ps-popup-code {
  color: var(--deep-sky-blue);
  font-family: atrament-web, sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: none;
}

.ps-popup-code-label {
  color: var(--dark-slate-grey-2);
  font-size: 13px;
  margin: 4px 0 0;
}

.ps-popup-button {
  background-color: #1e3037 !important;
  border-color: #1e3037 !important;
  color: #ffffff !important;
  margin-top: 4px;
}

.ps-popup-button:hover {
  background-color: #ffffff !important;
  color: #1e3037 !important;
}

.ps-popup-small-print {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  margin: 0;
}

.ps-popup {
  position: relative;
}

.ps-popup-close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  line-height: 1;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.ps-popup-close:hover {
  opacity: 1;
}