.block-list-container{margin-bottom:16px}.block-list-container:last-child{margin-bottom:0}.block-list-container.instock-sizes{border-bottom:1px solid var(--alternative-dark);padding-bottom:16px}.block-list-container span.title{color:var(--text);display:block;margin-bottom:12px}.block-list-container .items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px}.block-list-container .items input{display:none}.block-list-container .items input:checked+.item{border-color:var(--secondary);color:var(--secondary)}.block-list-container .items .item{padding:0 16px;min-width:44px;height:44px;line-height:44px;text-align:center;border:1px solid var(--secondary-txt);border-radius:8px;color:var(--secondary-txt);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.block-list-container .items .item.selected{border-color:var(--secondary);color:var(--secondary)}.custom-selectbox.disabled{position:relative;padding:1.3rem 1rem;border:1px solid var(--deactive);border-radius:8px;cursor:pointer}.custom-selectbox.disabled:has(input:checked){border-color:var(--text)}.custom-selectbox.disabled input{display:none}.custom-selectbox.disabled .value{font-size:1rem;font-family:"Open Sans";font-weight:400;color:var(--deactive);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-selectbox{position:relative;padding:1.3rem 1rem;border:1px solid var(--deactive);border-radius:8px;cursor:pointer}.custom-selectbox span.name{color:var(--text)}.custom-selectbox span.price{color:var(--secondary-txt)}.custom-selectbox span.price-included-tag{padding:3px 8px;margin-left:8px}.custom-selectbox.opened,.custom-selectbox.selected{border-color:var(--text)}.custom-selectbox .selectbox-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.custom-selectbox .selectbox-content .value{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;font-size:1rem;font-family:"Open Sans";font-weight:400;color:var(--deactive);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-selectbox.opened .selectbox-content .value,.custom-selectbox.selected .selectbox-content .value{color:var(--text)}.custom-selectbox .selectbox-content .toggle{border-left:1px solid var(--deactive);padding-left:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.custom-selectbox .selectbox-content .toggle::after{content:'';display:inline-block;width:16px;height:24px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:12px;mask-size:12px;-webkit-mask-position:center;mask-position:center;-webkit-mask-image:url(../../../images/icons/arrow-down.svg);mask-image:url(../../../images/icons/arrow-down.svg);background-color:var(--deactive)}.custom-selectbox.opened .selectbox-content .toggle::after,.custom-selectbox.selected .selectbox-content .toggle::after{background-color:var(--text)}.custom-selectbox .selectbox-dropdown{display:none;position:absolute;top:calc(100% + 12px);left:0;right:0;z-index:9;background-color:var(--alternative-dark);border:1px solid var(--text);border-radius:8px}.custom-selectbox .selectbox-dropdown .dropdown-header{display:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:24px 20px;border-bottom:1px solid var(--deactive)}.custom-selectbox .selectbox-dropdown .dropdown-header span.title{color:var(--text)}.custom-selectbox .selectbox-dropdown .dropdown-header button.dropdown-close-btn{background:0 0;border:none;width:32px;height:32px;-webkit-mask-image:url(../../../images/icons/cancel-circle.svg);mask-image:url(../../../images/icons/cancel-circle.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background-color:var(--deactive)}.custom-selectbox .selectbox-dropdown .dropdown-header button.dropdown-close-btn:hover{background-color:var(--text)}.custom-selectbox .selectbox-dropdown .dropdown-content{max-height:450px;overflow-x:auto;padding-left:32px;padding-right:20px;margin-right:20px;margin-top:32px;margin-bottom:32px}.custom-selectbox .selectbox-dropdown .dropdown-footer{display:none;padding:24px 20px}.custom-selectbox.opened .selectbox-dropdown{display:block}.custom-selectbox .selectbox-dropdown .block-list-container{margin-bottom:44px}.custom-selectbox .selectbox-dropdown .block-list-container .items{gap:24px}.custom-selectbox .selectbox-dropdown .block-list-container span.title{margin-bottom:16px}@media only screen and (max-width:576px){.custom-selectbox .selectbox-dropdown{position:fixed;bottom:0;right:0;left:0;top:auto;z-index:99999;border:none;border-radius:40px 40px 0 0}.custom-selectbox .selectbox-dropdown .dropdown-header{display:-webkit-box;display:-ms-flexbox;display:flex}.custom-selectbox .selectbox-dropdown .dropdown-footer{display:block}.custom-selectbox .selectbox-dropdown .dropdown-content{max-height:350px;padding:20px;margin:0}.custom-selectbox .selectbox-dropdown .block-list-container{margin-bottom:32px}.custom-selectbox .selectbox-dropdown .block-list-container .items{gap:12px}}#product-right>.content{padding:12px;background-color:var(--alternative-dark);border-radius:16px}#product-right .section{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;margin-top:12px}#product-right .section:first-child{margin-top:0}#product-right .section.opened-popup .section-content{opacity:.3;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#product-right .section-header{color:var(--text);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#product-right .section-header .title span.selected{color:var(--secondary);display:inline-block;margin-left:12px}#product-right .section-header button.info-btn{width:24px;height:24px;background:0 0;border:none;-webkit-mask-image:url(../../../images/icons/circle-info.svg);mask-image:url(../../../images/icons/circle-info.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background-color:var(--secondary-txt)}#product-right .section-header button.info-btn:hover{background-color:var(--text)}#product-right .section:not(#prodetail-info-section){background-color:var(--background);border-radius:16px}#product-right .section-info-popup{position:absolute;top:55px;right:25px;left:20px;bottom:15px;z-index:9999;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;border-radius:16px 0 16px 16px;border:1px solid var(--text);background:var(--alternative-dark);-webkit-box-shadow:0 0 22px 0 rgba(255,255,255,.15);box-shadow:0 0 22px 0 rgba(255,255,255,.15)}#product-right .section-info-popup .popup-content{padding:32px}#product-right .section-info-popup .popup-header{display:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:24px 20px;border-bottom:1px solid var(--deactive)}#product-right .section-info-popup .popup-header span.title{color:var(--text)}#product-right .section-info-popup .popup-header button.popup-close-btn{background:0 0;border:none;width:32px;height:32px;-webkit-mask-image:url(../../../images/icons/cancel-circle.svg);mask-image:url(../../../images/icons/cancel-circle.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background-color:var(--deactive)}#product-right .section-info-popup .popup-header button.popup-close-btn:hover{background-color:var(--text)}@media only screen and (max-width:991px){#product-right>.content{margin-top:24px}}@media only screen and (min-width:576px){#product-right .section.opened-popup{position:relative;z-index:9999}}@media only screen and (max-width:576px){#product-right{padding:0}#product-right>.content{padding-left:0;padding-right:0;border-bottom-left-radius:0;border-bottom-right-radius:0}#product-right .section-info-popup{position:fixed;left:0;right:0;bottom:0;top:auto;z-index:99999;border:none;-webkit-box-shadow:none;box-shadow:none;border-radius:40px 40px 0 0}#product-right .section-info-popup .popup-header{display:-webkit-box;display:-ms-flexbox;display:flex}#product-right .section-info-popup .popup-content{max-height:350px;overflow-x:auto;padding:20px}}#procustomize{padding-bottom:160px}#procustomize .block-header{margin-bottom:40px}#procustomize .block-header button{background:0 0;border:none;padding:0;color:var(--deactive)}#procustomize .block-header button:hover{color:var(--text)}#procustomize .block-header button::before{content:'';width:24px;height:24px;display:inline-block;margin-right:8px;vertical-align:middle;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background-color:var(--deactive)}#procustomize .block-header button:hover::before{background-color:var(--text)}#procustomize .block-header button.goback-btn{color:var(--secondary-txt)}#procustomize .block-header button.goback-btn:hover{color:var(--text)}#procustomize .block-header button.goback-btn:hover::before{background-color:var(--text)}#procustomize .block-header button.goback-btn::before{-webkit-mask-image:url(../../../images/icons/arrow-left.svg);mask-image:url(../../../images/icons/arrow-left.svg);background-color:var(--secondary-txt)}#procustomize .block-header button.print-btn::before{-webkit-mask-image:url(../../../images/icons/printer.svg);mask-image:url(../../../images/icons/printer.svg)}#procustomize .block-header button.download-design-btn::before{-webkit-mask-image:url(../../../images/icons/download-circle.svg);mask-image:url(../../../images/icons/download-circle.svg)}#procustomize .block-header-child{margin-top:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#procustomize .block-header-child .child-left h1{color:var(--text)}#procustomize .block-header-child .child-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:44px}#procustomize .block-header-child .child-right button{font-size:16px}#product-left .content{position:-webkit-sticky;position:sticky;top:200px}#gravestone-canvas{border-radius:16px;overflow:hidden;background:var(--products-bg)}#how-it-works{background-color:var(--alternative-dark);color:var(--text);padding:20px;margin-top:24px;border-radius:16px}#how-it-works span.title{color:var(--text);display:block;margin-bottom:16px}#how-it-works .content{font-size:.875rem}#how-it-works .content ul{list-style:disc;padding-left:2rem;margin-bottom:1rem}#how-it-works .content p:last-of-type{margin-bottom:0}#procustomize-font-section .custom-selectbox .selectbox-dropdown .dropdown-item{color:var(--secondary-txt);margin-bottom:16px;cursor:pointer}#procustomize-font-section .custom-selectbox .selectbox-dropdown .dropdown-item:last-child{margin-bottom:0}#procustomize-font-section .custom-selectbox .selectbox-dropdown .dropdown-item input{display:none}#procustomize-font-section .custom-selectbox .selectbox-dropdown .dropdown-item label{display:block;cursor:pointer;white-space:normal}#procustomize-font-section .custom-selectbox .selectbox-dropdown .dropdown-item input:checked~label,#procustomize-font-section .custom-selectbox .selectbox-dropdown .dropdown-item:hover label{color:var(--text)}#procustomize-font-section .font-color-items{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;margin-top:32px}#procustomize-font-section .font-color-items .item{width:44px;height:44px}#procustomize-font-section .font-color-items input{display:none}#procustomize-font-section .font-color-items label{width:100%;height:100%;cursor:pointer}#procustomize-font-section .font-color-items input:checked+label{border:2px solid var(--secondary);border-radius:100%;padding:4px}#procustomize-font-section .font-color-items label::before{content:'';width:100%;height:100%;display:block;background-color:var(--font-color);border-radius:100%}#procustomize-portrait-second-section button,#procustomize-portrait-section button{position:relative}#procustomize-portrait-second-section input,#procustomize-portrait-section input{position:absolute;top:0;bottom:0;left:0;right:0;opacity:0;padding:0;margin:0;width:100%;height:100%;display:block;cursor:pointer}#procustomize-portrait-second-section .preview .image-container,#procustomize-portrait-section .preview .image-container{margin-bottom:20px}#procustomize-portrait-second-section .preview img,#procustomize-portrait-section .preview img{width:100px;height:100px;-o-object-fit:cover;object-fit:cover;border-radius:50%}#procustomize-clipart-section .cliparts .items .item{width:100px;height:100px;border-radius:50%}[data-theme=light] #procustomize-clipart-section .cliparts .item img{-webkit-filter:invert(0);filter:invert(0)}#procustomize-clipart-section .cliparts .item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-webkit-filter:invert(1);filter:invert(1)}#procustomize-clipart-section .selected-cliparts{margin-top:32px}#procustomize-clipart-section .selected-cliparts .items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}#procustomize-clipart-section .selected-cliparts .item{width:100px;height:100px;padding:0 16px;position:relative;border:1px solid var(--text);border-radius:50%}[data-theme=light] #procustomize-clipart-section .selected-cliparts .item img{-webkit-filter:invert(0);filter:invert(0)}#procustomize-clipart-section .selected-cliparts .item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-webkit-filter:invert(1);filter:invert(1)}#procustomize-clipart-section .selected-cliparts .item button.remove-btn{position:absolute;right:0;top:0;z-index:8;background-color:var(--deactive);width:26px;height:26px;border-radius:50%;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#procustomize-clipart-section .selected-cliparts .item button.remove-btn::before{content:'';width:14px;height:14px;display:inline-block;background-image:url(../../../images/icons/cancel.svg);background-repeat:no-repeat;background-size:contain}#backModal .modal-body{padding:44px 20px 20px}#backModal .modal-body h2{text-align:center;color:var(--text);margin-bottom:8px}#backModal .modal-body p{text-align:center;color:var(--text);margin-bottom:0}#backModal .modal-body .buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;margin-top:44px}