/*!
 * Cropper.js v1.5.12
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2021-06-12T08:00:11.623Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{image-orientation:0deg;display:block;height:100%;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
:root{--dulux-dark-blue:#0B1B34;--dulux-primary-blue:#002C65;}.colour-selector-container{margin:0 auto;}h1{text-align:center;color:#122858;margin-bottom:30px;}.instructions{padding:40px 20px;border-radius:8px;margin-bottom:40px;text-align:center;}.instructions p{color:#6c757d;font-size:16px;line-height:1.6;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto;}.step{margin-bottom:30px;text-align:center;justify-content:center;align-items:center;display:flex;flex-direction:column;}.step h3{color:#2c3e50;font-size:24px;font-weight:600;margin-bottom:10px;}.step p{color:#6c757d;font-size:16px;line-height:1.5;margin:0;}.upload-section{text-align:center;margin-bottom:30px;}.upload-btn{background:var(--dulux-dark-blue);color:white;padding:16px 32px;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:500;text-transform:uppercase;}.upload-btn:hover{background:var(--dulux-primary-blue);}#file-input{display:none;}.main-content{display:none;grid-template-columns:2fr 1fr;gap:30px;margin-top:30px;}.main-content.active{display:grid;}.image-section{position:relative;width:100%;}#image-preview{width:100%;object-fit:cover;}.cropper-container{}.cropper-drag-box[data-cropper-action="none"]{cursor:default;}.controls-section{}.preview-box{width:150px;height:150px;border:2px solid #ddd;border-radius:8px;overflow:hidden;margin:20px 0;background:#fff;display:flex;align-items:center;justify-content:center;}.color-info{background:white;padding:15px;border-radius:5px;margin:20px 0;border:1px solid #ddd;}.color-sample{width:50px;height:50px;border-radius:5px;border:1px solid #ddd;margin:10px 0;}.rgb-values{font-family:monospace;font-size:14px;background:#f0f0f0;padding:8px;border-radius:3px;margin:10px 0;}.analyze-btn{background:#28a745;color:white;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;width:100%;font-size:16px;margin-top:15px;}.analyze-btn:hover{background:#218838;}.reset-btn{background:#dc3545;color:white;padding:8px 16px;border:none;border-radius:5px;cursor:pointer;margin-top:10px;}.reset-btn:hover{background:#c82333;}.colour-selector-container .color-swatches-container{margin-top:24px;}.colour-selector-container .suggestion-title{display:none;justify-content:center;}.suggestion-title h2{font-size:32px;margin:60px 0 70px 0;}@media (max-width:768px){.colour-selector-container{padding-inline:16px;}.main-content{grid-template-columns:1fr;gap:20px;}.container{padding:15px;}.instructions{padding:30px 15px;}.step h3{font-size:20px;}.image-section{width:100%;overflow:hidden;position:relative;}#image-preview{width:100%;height:auto;min-height:300px;max-height:60vh;object-fit:contain;display:block;}.cropper-container{width:100% !important;height:auto !important;min-height:300px !important;max-height:60vh !important;margin:0 auto;}.cropper-canvas{max-width:100% !important;max-height:60vh !important;}.cropper-crop-box{min-width:50px !important;min-height:50px !important;}.controls-section{margin-top:20px;}.preview-box{width:120px;height:120px;margin:15px auto;}.project-selector-section{margin:15px 0;}.project-selector-section h4{font-size:16px;margin-bottom:12px;}.dropdown--light-grey select{padding:10px 12px;font-size:14px;}.submit-btn{padding:10px 20px;font-size:14px;}.cropper-view-box{outline:3px solid #042569;}.cropper-point{width:12px !important;height:12px !important;background-color:#042569;}.cropper-line{background-color:#042569;}.upload-btn{padding:12px 24px;font-size:16px;min-height:44px;}.reset-btn{padding:10px 20px;font-size:14px;min-height:40px;}}@media (max-width:480px){.container{padding:10px;}.instructions{padding:20px 10px;}.step{margin-bottom:20px;}.step h3{font-size:18px;}.step p{font-size:14px;}#image-preview{min-height:250px;max-height:50vh;}.cropper-container{min-height:250px !important;max-height:50vh !important;}.preview-box{width:100px;height:100px;}.color-sample{width:40px;height:40px;}.dropdown--light-grey select{padding:8px 10px;font-size:13px;}.cropper-point{width:15px !important;height:15px !important;}.upload-btn{width:100%;padding:14px;font-size:16px;}}.project-selector-section{}.project-selector-section h4{color:#2c3e50;margin-bottom:15px;font-size:18px;}.dropdown-wrapper{margin-bottom:15px;}.dropdown--light-grey{position:relative;}.dropdown--light-grey select{width:100%;padding:16px 20px;border:2px solid #e0e0e0;border-radius:12px;background-color:#ffffff;font-size:16px;color:#333333;cursor:pointer;appearance:none;transition:all 0.3s ease;font-weight:400;line-height:1.5;background-image:url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23666666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6,9 12,15 18,9"></polyline></svg>');background-repeat:no-repeat;background-position:right 16px center;background-size:20px;padding-right:50px;}.dropdown--light-grey select:focus{outline:none;border-color:var(--dulux-dark-blue);box-shadow:0 0 0 3px rgba(0,123,255,0.1);background-color:#ffffff;}.dropdown--light-grey select:hover{border-color:#b0b0b0;background-color:#fafafa;}.dropdown--light-grey select:disabled{background-color:#f5f5f5;color:#999999;cursor:not-allowed;border-color:#e0e0e0;}.dropdown--light-grey select option:first-child{color:#999999;}.dropdown--light-grey select option{color:#333333;background-color:#ffffff;padding:12px;}.submit-btn{background:var(--dulux-dark-blue);color:white;padding:16px 32px;border:none;border-radius:4px;cursor:pointer;font-size:16px;font-weight:500;width:100%;margin-top:15px;}.submit-btn:hover{background:var(--dulux-primary-blue);}.cropper-view-box{outline:5px solid #042569;}.cropper-point{background-color:#042569;color:#042569;}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);display:none;justify-content:center;align-items:center;z-index:9999;}.loading-overlay.show{display:flex;}.loading-spinner{background:white;padding:30px;border-radius:10px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,0.3);}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #17a2b8;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px;}@keyframes spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.loading-spinner p{color:#333;font-size:16px;margin:0;font-weight:500;}.error-message{text-align:center;padding:20px;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:5px;margin:20px 0;}.error-message p{color:#721c24;margin:0;font-weight:500;}@media (max-width:768px){.dropdown--light-grey select{padding:14px 18px;font-size:16px;border-radius:10px;padding-right:45px;background-size:18px;background-position:right 14px center;}.submit-btn{padding:14px 24px;font-size:16px;border-radius:10px;}}@media (max-width:480px){.dropdown--light-grey select{padding:12px 16px;font-size:15px;border-radius:8px;padding-right:40px;background-size:16px;background-position:right 12px center;}.submit-btn{padding:12px 20px;font-size:15px;border-radius:8px;}}.modal-content{width:720px;max-width:750px;margin:auto;border:none;border-radius:0;position:relative;padding:16px;color:var(--Black,#001325) }.swatch-image-popup{background-color:#eae1c4;height:550px;width:100%;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;}.swatch-buttons .btn{width:100%;text-align:left;}.swatch-buttons .btn i{margin-right:8px;}.modal-close-btn{position:absolute;top:-16px;right:-16px;width:32px;height:32px;background:#000;color:#fff;border:3px solid #fff;border-radius:50%;font-size:32px;line-height:1;text-align:center;z-index:1056;display:flex;justify-content:center;align-items:center;font-weight:bold;}.modal-close-btn:hover{background-color:#333;color:#fff;}.download-button,.add-to-cart-button{background-color:white;padding:0;border:none !important;box-shadow:none !important;outline:none !important;max-width:250px;align-self:self-start;text-decoration:none;}.download-button,.add-to-cart-button span{color:var(--dulux-dark-blue,#0B1B34) !important;font-size:16px;font-style:normal;font-weight:500;line-height:150%;}.popup-content{margin-top:10px;}.popup-title,.color-name-popup,.sheen-popup,.product-code-popup p{color:var(--Black,#001325);font-size:16px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:0 !important;}.popup-actions{display:flex;flex-direction:column;gap:24px;margin-top:24px;}.popup-actions a{display:flex;align-items:center;gap:10px;border:none !important;text-decoration:none;font-size:16px;font-weight:500;color:var(--dulux-dark-blue,#0B1B34);}.popup-actions span:hover{text-decoration:underline;}@media (min-width:576px){.modal-dialog{max-width:fit-content;}}@media (max-width:767.98px){.modal-content{width:100%;max-width:343px;}.swatch-image-popup{height:175px;}}
:root{--dulux-dark-blue:#0B1B34;--dulux-primary-blue:#002C65;}.color-swatch-container{width:100%;margin:0 auto;}.color-swatch:hover{border-radius:16px;}.swatch-image:hover{border-radius:16px;}.color-swatch-heading-section{margin-bottom:32px;}.color-swatch-heading-image{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin-bottom:24px;gap:24px;}.color-swatch-heading-image a{display:block;}.color-swatch-heading-image img{width:auto;height:92px;}.color-swatch-description-images{display:flex;gap:24px;flex-wrap:wrap;align-items:center;}.color-swatch-description-images img{width:auto;height:82px;}.color-swatch-title{display:none;}.short-description{color:var(--Black,#001325);font-size:16px;font-style:normal;font-weight:400;line-height:150%;}.color-swatches-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;width:100%;max-width:1280px;margin:0 auto;}.color-swatch{position:relative;height:160px;width:100%;border:1px solid var(--Iron,#CBCCCE);}.swatch-image{height:100%;width:100%;position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:15px;color:#fff;cursor:pointer;}.swatch-details{display:flex;flex-direction:column;width:100%;max-width:265px;}.color-name{font-size:16px;font-style:normal;font-weight:700;line-height:24px;}.sheen,.product-code,.range-name{font-size:16px;font-style:normal;font-weight:400;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.cart-button{position:relative;bottom:0;left:0;width:100%;max-width:200px;height:30px;border-radius:8px;background-color:transparent;border:none;color:inherit;display:flex;align-items:center;justify-content:left;cursor:pointer;transition:background-color 0.2s ease;padding:0;}.cart-button span{padding-left:10px;font-size:16px;font-style:normal;font-weight:500;line-height:150%;}.cart-button i{font-size:18px;}.cart-button:hover{background-color:transparent;}.cart-button:hover span{text-decoration:underline;text-underline-offset:3px;}.appliance-white .cart-button:hover{background-color:rgba(0,0,0,0.1);}.color-title{margin-top:24px;}.color-display{height:550px;width:100%;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;}.color-details{padding:20px;background-color:#fff;}.color-details h2.brand-name{margin-bottom:5px;font-size:16px;font-weight:bold;text-transform:uppercase;}.color-details h3.color-name{margin-bottom:5px;font-size:16px;font-weight:normal;text-transform:uppercase;}.color-details p{margin-bottom:5px;font-size:14px;text-transform:uppercase;}.popup-content{margin-top:10px;}.popup-actions{display:flex;flex-direction:column;gap:24px;margin-top:24px;}.popup-actions a{display:flex;align-items:center;gap:10px;border:none !important;text-decoration:none;font-size:16px;color:var(--dulux-dark-blue);}.popup-actions span:hover{text-decoration:underline;}.popup-actions :hover{color:var(--dulux-primary-blue);}.navigate-button{border:none !important;border-bottom:none !important;box-shadow:none !important;outline:none !important;}.download-button,.add-to-cart-button{background-color:white;padding:0;border:none !important;box-shadow:none !important;outline:none !important;max-width:250px;align-self:self-start;text-decoration:none;}.download-button,.add-to-cart-button span{color:var(--dulux-dark-blue) !important;font-size:16px;font-style:normal;font-weight:500;line-height:150%;}.download-button:hover span{text-decoration:underline;}.add-to-cart-button:hover span{text-decoration:underline;}.popup-title,.color-name-popup,.sheen-popup,.product-code-popup p{color:var(--Black,#001325);font-size:16px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:0 !important;}.color-swatch p{margin-bottom:0;}@media (max-width:1200px){.color-swatches-grid{grid-template-columns:repeat(3,1fr);gap:20px;padding:0 16px;}}@media (max-width:900px){.swatch-image:hover{border-radius:unset;}.color-swatches-grid{grid-template-columns:repeat(2,1fr);gap:16px;}.color-display{height:400px !important;}}@media (max-width:767.98px){.f-button{}.dulux-tab-module .color-swatch-container{padding-inline:0;}.color-swatch-container{padding-inline:16px;}.color-swatches-grid{grid-template-columns:1fr;gap:16px;padding:0;}.color-swatch{width:100%;margin:0 auto;}.color-swatch-heading-image{height:auto;gap:8px;margin-bottom:16px;}.color-swatch-heading-image img{max-width:109px;height:auto !important;}.color-swatch-description-images{flex-direction:row;gap:8px;}.color-swatch-description-images img{height:52px;max-width:auto !important;}.color-swatch-heading-section{margin-bottom:24px;}.swatch-details{max-width:unset;gap:2px;}.cart-button{position:static;margin-right:5px;}.color-display{height:175px !important;}.popup-content{margin-top:10px;padding:10px;}.popup-content h2{font-size:18px;margin-bottom:5px;}.popup-content h3{font-size:16px;margin-bottom:3px;}.popup-content p{font-size:16px;margin-bottom:0;}.popup-content{margin:0;padding-top:16px;padding-left:0;padding-bottom:0;}.popup-actions{flex-direction:column;gap:24;margin-top:16px;}.popup-actions a{width:100%;text-align:center;font-size:16x;}}.color-swatch-container .modal-content{width:720px;max-width:750px;margin:auto;border:none;border-radius:0;position:relative;padding:16px;color:var(--Black,#001325) }.color-swatch-container .swatch-image-popup{background-color:#eae1c4;height:550px;width:100%;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;}.color-swatch-container .swatch-buttons .btn{width:100%;text-align:left;}.color-swatch-container .swatch-buttons .btn i{margin-right:8px;}.color-swatch-container .modal-close-btn{position:absolute;top:-16px;right:-16px;width:32px;height:32px;background:#000;color:#fff;border:3px solid #fff;border-radius:50%;font-size:32px;line-height:1;text-align:center;z-index:1056;display:flex;justify-content:center;align-items:center;font-weight:bold;}.color-swatch-container .modal-close-btn:hover{background-color:#333;color:#fff;}.color-swatch-container .download-button,.color-swatch-container .add-to-cart-button{background-color:white;padding:0;border:none !important;box-shadow:none !important;outline:none !important;max-width:250px;align-self:self-start;text-decoration:none;}.color-swatch-container .download-button,.color-swatch-container .add-to-cart-button span{color:var(--dulux-dark-blue,#0B1B34) !important;font-size:16px;font-style:normal;font-weight:500;line-height:150%;}.color-swatch-container .popup-content{margin-top:10px;}.color-swatch-container .popup-title,.color-swatch-container .color-name-popup,.color-swatch-container .sheen-popup,.color-swatch-container .product-code-popup p{color:var(--Black,#001325);font-size:16px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:0 !important;}.color-swatch-container .popup-actions{display:flex;flex-direction:column;gap:24px;margin-top:24px;}.color-swatch-container .popup-actions a{display:flex;align-items:center;gap:10px;border:none !important;text-decoration:none;font-size:16px;font-weight:500;color:var(--dulux-dark-blue,#0B1B34);}.color-swatch-container .popup-actions span:hover{text-decoration:underline;}@media (min-width:576px){.color-swatch-container .modal-dialog{max-width:fit-content;}}@media (max-width:767.98px){.color-swatch-container .modal-content{width:100%;max-width:343px;}.color-swatch-container .swatch-image-popup{height:175px;}}
:root{--dulux-dark-blue:#0B1B34;--dulux-primary-blue:#002C65;}.popup-template{display:none;}.signin-dialog-overlay,.swatch-limit-dialog-overlay,.brochure-limit-dialog-overlay,.cart-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);display:flex;justify-content:center;align-items:center;z-index:1100;}.signin-dialog,.swatch-limit-dialog,.brochure-limit-dialog,.cart-popup{background-color:white;border-radius:8px;padding:32px;width:548px;max-width:90%;text-align:center;}.cart-popup h2{color:var(--dulux-dark-blue);font-family:Dulux Headline;font-size:20px;font-weight:700;margin-bottom:24px;}.popup-heading{color:var(--Dulux-Dark-Blue,#0B1B34);text-align:center;font-family:Dulux Headline;font-size:20px;font-style:normal;font-weight:500;line-height:130%;}.dialog-header{margin-bottom:20px;}.dialog-header h2{margin:0 0 10px 0;color:var(--dulux-dark-blue);font-family:Dulux Headline;font-size:20px;font-weight:700;}.dialog-header p{margin:0;color:black;font-size:16px;line-height:1.5;}.dialog-icon-circle{width:60px;height:60px;background-color:white;border:3px solid #AD151C;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px auto;}.dialog-icon-circle i{font-size:24px;color:#AD151C;}.fas.fa-user-lock{font-size:48px;color:#0B1B34;margin-bottom:15px;}.fas.fa-exclamation-triangle{font-size:24px;color:#f39c12;}.dialog-actions{display:flex;gap:10px;justify-content:center;}.dialog-actions button{flex:1;padding:12px 24px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all 0.3s ease;min-width:140px;}#cancel-signin,#continue-shopping{background:white;color:black;border:1px solid #ddd;}.signin-button,#goto-signin,#review-cart,#close-brochure-limit-dialog,#review-cart-btn{background:#0B1B34;color:white;border:none;border-radius:4px;padding:16px 32px;color:var(--White,#FFF);text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:150%;}.review-cart-btn{background:#0B1B34;color:white;border:none;border-radius:4px;padding:16px 32px;color:var(--White,#FFF);text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:150%;}#continue-shopping-btn{padding:16px 32px;border:1px solid #ddd;border-radius:4px;background-color:white;color:var(--Dulux-Dark-Blue,#0B1B34);text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:150%;}.continue-shopping-btn{padding:16px 32px;border:1px solid #ddd;border-radius:4px;background-color:white;color:var(--Dulux-Dark-Blue,#0B1B34);text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:150%;}.cart-message .brochure-info{font-weight:bold;color:#0B1B34;}#continue-shopping-brochure-btn{padding:16px 32px;border:1px solid var(--Dulux-Dark-Blue,#0B1B34);border-radius:4px;background-color:white;color:var(--Dulux-Dark-Blue,#0B1B34);text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:150%;transition:background-color 0.3s,color 0.3s,border-color 0.3s;}#review-cart-brochure-btn{background:#0B1B34;color:white;border:none;border-radius:4px;padding:16px 32px;color:var(--White,#FFF);text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:150%;}#review-cart-brochure-btn:hover{background:var(--dulux-primary-blue);}.success-icon{margin-bottom:20px;}.cart-message{font-size:16px;margin:0 0 25px 0;color:var(--Black,#001325);}.cart-popup .color-info{font-weight:bold;color:#0B1B34;border:none !important;margin:0 !important;padding:0 !important;}.cart-popup-actions{display:flex;justify-content:center;flex-direction:row;gap:16px;}.remove-notification,.limit-notification{position:fixed;top:20px;right:20px;padding:15px 20px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.15);z-index:1000;animation:slideInRight 0.3s ease;}.remove-notification{background:#28a745;color:white;}.limit-notification{background:#ffc107;color:#212529;}.remove-notification-content,.limit-notification-content{display:flex;align-items:center;gap:10px;}@keyframes slideInRight{from{transform:translateX(100%);opacity:0;}to{transform:translateX(0);opacity:1;}}@keyframes slideOutRight{from{transform:translateX(0);opacity:1;}to{transform:translateX(100%);opacity:0;}}.limit-message{color:#AD151C !important;font-weight:400;}@media (max-width:480px){.signin-dialog,.swatch-limit-dialog,.brochure-limit-dialog,.cart-popup{padding:20px;width:90%;}.dialog-actions{flex-direction:column;}.dialog-actions button{width:100%;}.cart-popup-actions{flex-direction:column;}}.warning-icon{display:flex;justify-content:center;align-items:center;width:80px;height:80px;background-color:#fff3cd;border-radius:50%;margin:0 auto 20px;}.warning-icon svg{width:48px;height:48px;}.limit-count{font-weight:bold;color:#f39c12;}#continue-shopping-limit-btn{padding:16px 32px;border:1px solid #ddd;border-radius:4px;background-color:white;color:var(--Dulux-Dark-Blue,#0B1B34);text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:150%;}#review-cart-limit-btn{background:#0B1B34;color:white;border:none;border-radius:4px;padding:16px 32px;color:var(--White,#FFF);text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:150%;}#review-cart-limit-btn:hover{background:var(--dulux-primary-blue);}.limit-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);display:flex;justify-content:center;align-items:center;z-index:1025;}.limit-popup{background:white;padding:30px;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,0.15);max-width:548px;width:90%;text-align:center;font-family:Arial,sans-serif;}.limit-popup .warning-icon{margin-bottom:20px;}.limit-popup h2{margin:0 0 15px 0;color:var(--dulux-dark-blue);font-family:Dulux Headline;font-size:20px;font-weight:700;}.limit-popup .limit-message{margin:0 0 25px 0;color:black;line-height:1.5;font-size:14px;}.limit-popup-actions{display:flex;justify-content:center;}.limit-popup-actions button{background-color:var(--dulux-dark-blue);color:white;border:none;padding:12px 30px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color 0.2s ease;}.limit-popup-actions button:hover{background-color:var(--dulux-primary-blue);}
