/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/assets/scss/critical/global.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.is-w-full {
  width: 100%;
}
.is-w-full > img {
  width: 100% !important;
}

.is-h-full {
  height: 100%;
}
.is-h-full > img {
  height: 100%;
}

.is-position-unset {
  position: unset !important;
}

@media screen and (max-width: 600px) {
  .wp-block-group.hero,
  .entry-content > .wp-block-group:first-child:not(.is-layout-constrained),
  main > .wp-block-group:first-child:not(.is-layout-constrained) {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.wp-block-search.result-page .wp-block-search__inside-wrapper {
  position: relative;
}
.wp-block-search.result-page .wp-block-search__inside-wrapper:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27%3E%3Cpath d=%27M17.5 17.5L14.5834 14.5833M16.6667 9.58333C16.6667 13.4954 13.4954 16.6667 9.58333 16.6667C5.67132 16.6667 2.5 13.4954 2.5 9.58333C2.5 5.67132 5.67132 2.5 9.58333 2.5C13.4954 2.5 16.6667 5.67132 16.6667 9.58333Z%27 stroke=%27currentColor%27 stroke-opacity=%270.7%27 stroke-width=%271.66667%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0.375rem;
  top: 0.7rem;
}
.wp-block-search.result-page input {
  padding-left: 2rem;
  padding-right: 0.7rem;
}

@media screen and (max-width: 783px) {
  .is-hidden-mobile {
    display: none !important;
  }
  .wp-block-spacer.is-hidden-mobile {
    flex-basis: 0;
    height: 0px !important;
  }
}
@media screen and (min-width: 782px) {
  .is-hidden-desktop {
    display: none !important;
  }
  .wp-block-spacer.is-hidden-desktop {
    flex-basis: 0;
    height: 0px !important;
  }
}
.is-hidden {
  display: none !important;
}

.wp-block-spacer.is-hidden {
  flex-basis: 0;
  height: 0px !important;
}

.is-overflow-x {
  overflow-x: auto;
}

.overflow-hidden {
  overflow: hidden !important;
}

.min-height-250 {
  min-height: 250px !important;
}

.is-w-24px {
  min-width: 24px;
}

.is-w-30px {
  min-width: 30px;
}

.is-w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.no-style {
  text-decoration: none;
  color: inherit;
}
.no-style:hover {
  text-decoration: none;
  color: inherit;
}

.wp-block-group.has-text-color .wp-block-heading:not(.has-text-color) {
  color: inherit !important;
}

@media screen and (max-width: 783px) {
  .wp-block-buttons.justify-start-mobile,
  .justify-start-mobile {
    justify-content: flex-start;
  }
}

.single-post .wp-block-social-links .wp-block-social-link.wp-social-link {
  padding: 0.4rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 42, 58, 0.3);
}

.post-password-form {
  max-width: 400px;
  margin: 0 auto;
  padding: 5rem 1rem;
  font-weight: 500;
}
.post-password-form input[type=password] {
  height: 15px;
  padding: 6px;
}
.post-password-form input[type=submit] {
  padding: 6px 10px;
  background-color: var(--wp--preset--color--secondary-3);
  color: var(--wp--preset--color--primary-1);
  border-radius: 0.25rem;
  border: 1px solid var(--wp--preset--color--secondary-3);
  font-weight: 500;
}

.wp-site-blocks:has(.post-password-form) {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.wp-site-blocks:has(.post-password-form) footer {
  margin-top: auto;
}

.wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 1.25rem;
}

.frm_form_fields * {
  transition: all 0.2s;
}

a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}

a:not(.wp-block-button__link, .wp-block-read-more) {
  transition: all 0.1s;
}
a:not(.wp-block-button__link, .wp-block-read-more):focus-visible {
  outline: solid 2px currentColor;
  outline-offset: 0.25rem;
  border-radius: 0.5rem;
}

.full-width-image img {
  width: 100% !important;
}

main .wp-block-search__inside-wrapper {
  direction: rtl;
  margin: 0 !important;
  padding: 0.625rem 0.875rem !important;
}
main .wp-block-search__inside-wrapper .wp-block-search__input {
  direction: ltr;
}
main .wp-block-search__inside-wrapper .wp-block-search__button {
  background-color: transparent;
  padding: 0 !important;
  border: none !important;
  margin: 0;
}
main .wp-block-search__inside-wrapper .wp-block-search__button .search-icon:focus {
  outline: none;
}

.wp-site-blocks {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.wp-site-blocks main {
  flex-grow: 1;
}
.wp-site-blocks main::after {
  background-image: url("data:image/svg+xml,<svg width=\"1418\" height=\"3782\" viewBox=\"0 0 1418 3782\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url%28%23clip0_426_2365%29\"><g opacity=\"0.08\"><path d=\"M1513.96 1014.93C1399.74 951.142 1391.22 831.106 1435.04 806.092C1446.28 818.738 1476.92 890.822 1489.03 936.174C1500.22 882.435 1488.25 843.189 1473.66 796.458C1555.45 829.437 1557.91 932.149 1513.96 1014.93Z\" fill=\"%2389BD27\"/><path d=\"M1375.5 529.612C1494.33 595.978 1503.19 720.859 1457.61 746.883C1445.92 733.726 1414.04 658.733 1401.44 611.551C1389.8 667.458 1402.24 708.288 1417.43 756.906C1332.33 722.595 1329.78 615.738 1375.5 529.612Z\" fill=\"%2389BD27\"/><path d=\"M1228.16 934.398C1355.99 936.221 1421.84 838.805 1396.98 796.233C1381.29 801.443 1320.14 847.47 1287.74 879.929C1304.52 828.989 1333.82 801.624 1369.01 769.212C1283.68 757.156 1231.42 842.873 1228.16 934.398Z\" fill=\"%2335A937\"/><path d=\"M1108.68 748.586C1171.01 636.978 1288.3 628.658 1312.74 671.469C1300.38 682.452 1229.95 712.393 1185.63 724.229C1238.14 735.16 1276.49 723.47 1322.15 709.206C1289.93 789.133 1189.57 791.529 1108.68 748.586Z\" fill=\"%23165A2E\"/><path d=\"M1298.55 1123.25C1285.24 1022.55 1355.99 961.54 1391.89 977.196C1389.24 990.061 1358.6 1042.59 1336 1071.18C1374.63 1053.2 1393.51 1027.53 1415.81 996.76C1433.25 1062.97 1370.47 1112.17 1298.55 1123.25Z\" fill=\"%23165A2E\"/><path d=\"M1001.11 967.954C1149.24 999.38 1248.1 901.268 1228.98 846.094C1209.55 848.551 1127.94 888.022 1082.84 918.314C1114.02 862.964 1154.35 837.879 1202.67 808.278C1106.26 774.703 1025.88 862.337 1001.11 967.954Z\" fill=\"%2389BD27\"/><path d=\"M1113.22 447.539C1150.32 594.348 1281.97 639.826 1323.06 598.336C1312.29 581.981 1240.88 526.13 1193.8 499.002C1257.23 502.593 1297.53 527.726 1345.4 558.044C1333.03 456.715 1218.94 423.205 1113.22 447.539Z\" fill=\"%2335A937\"/><path d=\"M1458.61 281.763C1526.17 395.016 1473.11 504.092 1422.25 503.846C1418.82 487.141 1428.4 408.774 1440.68 363.079C1403.83 404.352 1394.49 444.641 1383.68 492.791C1328.9 422.777 1378.53 331.88 1458.61 281.763Z\" fill=\"%2335A937\"/><path d=\"M1098.76 1010.15C1183.35 938.379 1281.21 967.271 1288.07 1009.5C1274.68 1014.67 1208.33 1017.59 1168.72 1013.74C1208.07 1038.59 1242.8 1040.74 1284.25 1043.03C1233.76 1098.2 1151.46 1069.64 1098.76 1010.15Z\" fill=\"%23165A2E\"/><path d=\"M1205.55 299.231C1312.04 298.077 1366.62 379.42 1345.79 414.815C1332.73 410.43 1281.92 371.911 1255.02 344.777C1268.86 387.262 1293.19 410.142 1322.41 437.245C1251.28 447.044 1208 375.486 1205.55 299.231Z\" fill=\"%2389BD27\"/></g><g opacity=\"0.08\"><path d=\"M1228.99 2240.72C1345.88 2170.99 1458.46 2225.76 1458.2 2278.25C1440.96 2281.79 1360.08 2271.91 1312.91 2259.23C1355.51 2297.26 1397.1 2306.9 1446.79 2318.05C1374.53 2374.6 1280.71 2323.38 1228.99 2240.72Z\" fill=\"%2389BD27\"/><path d=\"M1505.85 2570.71C1571.34 2460.93 1519.9 2355.19 1470.61 2355.43C1467.27 2371.62 1476.56 2447.59 1488.47 2491.88C1452.75 2451.88 1443.7 2412.82 1433.22 2366.14C1380.11 2434.02 1428.22 2522.13 1505.85 2570.71Z\" fill=\"%2335A937\"/><path d=\"M1439.16 2035.04C1378.09 2147.35 1433.7 2250.95 1482.95 2248.75C1485.64 2232.44 1473.33 2156.9 1459.67 2113.11C1496.96 2151.67 1507.55 2190.33 1519.88 2236.55C1570.24 2166.62 1518.67 2080.49 1439.16 2035.04Z\" fill=\"%2335A937\"/><path d=\"M1285.19 2581.25C1219.7 2471.46 1271.14 2365.73 1320.44 2365.97C1323.77 2382.16 1314.48 2458.13 1302.58 2502.42C1338.3 2462.41 1347.35 2423.36 1357.83 2376.68C1410.93 2444.55 1362.83 2532.67 1285.19 2581.25Z\" fill=\"%23165A2E\"/><path d=\"M1251.99 2001.47C1347.71 2042.54 1364.38 2136.88 1331.75 2160.31C1321.8 2151.23 1291.58 2096.68 1278.24 2061.77C1273.82 2105.25 1286.54 2135.34 1301.96 2171.13C1234.47 2151.78 1224.03 2070.65 1251.99 2001.47Z\" fill=\"%23165A2E\"/><path d=\"M1421.39 2784.12C1522.67 2671.55 1487.13 2536.88 1429.79 2525.85C1422.2 2543.9 1415.58 2634.32 1419.26 2688.53C1386.92 2633.84 1385.36 2586.38 1383.88 2529.73C1306.6 2596.43 1342.3 2709.86 1421.39 2784.12Z\" fill=\"%2389BD27\"/><path d=\"M1026.75 2426.79C1172.44 2468.06 1277.65 2376.79 1262.26 2320.46C1242.71 2321.61 1158.64 2355.53 1111.61 2382.73C1146.43 2329.59 1188.35 2307.27 1238.54 2280.97C1144.6 2241.01 1058.53 2323.07 1026.75 2426.79Z\" fill=\"%2335A937\"/><path d=\"M1055.9 2044.82C1187.76 2042.94 1255.69 2143.43 1230.05 2187.35C1213.86 2181.98 1150.79 2134.49 1117.35 2101.01C1134.67 2153.56 1164.9 2181.79 1201.19 2215.22C1113.16 2227.66 1059.26 2139.24 1055.9 2044.82Z\" fill=\"%2335A937\"/><path d=\"M944.497 2272.72C996.743 2179.92 1094.48 2173.32 1114.72 2209.06C1104.39 2218.17 1045.63 2242.91 1008.68 2252.65C1052.39 2261.9 1084.37 2252.28 1122.45 2240.52C1095.38 2307.02 1011.76 2308.73 944.497 2272.72Z\" fill=\"%2389BD27\"/></g><g opacity=\"0.08\"><path d=\"M1324.82 1491.38C1441.71 1421.65 1554.29 1476.42 1554.04 1528.91C1536.8 1532.46 1455.91 1522.57 1408.75 1509.89C1451.35 1547.93 1492.93 1557.56 1542.63 1568.72C1470.37 1625.26 1376.55 1574.04 1324.82 1491.38Z\" fill=\"%2389BD27\"/><path d=\"M1381.03 1831.91C1315.54 1722.12 1366.98 1616.39 1416.27 1616.63C1419.61 1632.82 1410.32 1708.79 1398.41 1753.08C1434.13 1713.07 1443.18 1674.02 1453.66 1627.34C1506.77 1695.21 1458.66 1783.33 1381.03 1831.91Z\" fill=\"%23165A2E\"/><path d=\"M1347.82 1252.13C1443.54 1293.2 1460.21 1387.55 1427.58 1410.98C1417.64 1401.89 1387.41 1347.35 1374.07 1312.43C1369.66 1355.91 1382.38 1386 1397.8 1421.8C1330.3 1402.45 1319.87 1321.32 1347.82 1252.13Z\" fill=\"%23165A2E\"/><path d=\"M1517.22 2034.77C1618.5 1922.2 1582.97 1787.52 1525.62 1776.5C1518.04 1794.55 1511.41 1884.97 1515.09 1939.17C1482.75 1884.49 1481.19 1837.03 1479.72 1780.38C1402.44 1847.08 1438.14 1960.51 1517.22 2034.77Z\" fill=\"%2389BD27\"/><path d=\"M1122.58 1677.45C1268.27 1718.72 1373.48 1627.45 1358.1 1571.12C1338.55 1572.27 1254.47 1606.19 1207.44 1633.39C1242.27 1580.25 1284.18 1557.93 1334.37 1531.63C1240.44 1491.67 1154.37 1573.73 1122.58 1677.45Z\" fill=\"%2335A937\"/><path d=\"M1151.73 1295.48C1283.59 1293.6 1351.52 1394.09 1325.88 1438.01C1309.7 1432.64 1246.62 1385.15 1213.19 1351.67C1230.51 1404.22 1260.73 1432.45 1297.03 1465.88C1209 1478.32 1155.09 1389.9 1151.73 1295.48Z\" fill=\"%2335A937\"/><path d=\"M1040.33 1523.38C1092.58 1430.58 1190.31 1423.98 1210.55 1459.72C1200.23 1468.83 1141.46 1493.57 1104.51 1503.31C1148.22 1512.56 1180.2 1502.94 1218.29 1491.18C1191.21 1557.68 1107.6 1559.39 1040.33 1523.38Z\" fill=\"%2389BD27\"/></g><g opacity=\"0.08\"><path d=\"M54.8851 314.391C-102.404 229.354 -247.13 307.484 -243.886 376.36C-221.059 380.062 -115.444 362.597 -54.2461 343.341C-108.047 395.624 -162.092 410.576 -226.702 427.977C-128.718 498.183 -8.42211 425.753 54.8851 314.391Z\" fill=\"%2389BD27\"/><path d=\"M-0.0235858 764.515C79.8445 616.787 6.46398 480.859 -58.2254 483.906C-61.7023 505.345 -45.2984 604.54 -27.213 662.018C-76.3177 611.487 -90.3617 560.728 -106.704 500.045C-172.643 592.073 -104.616 705.056 -0.0235858 764.515Z\" fill=\"%23165A2E\"/><path d=\"M11.4251 1.63723C-111.933 60.8523 -128.574 185.609 -84.4521 214.552C-71.9012 202.076 -35.2582 128.806 -19.6846 82.2453C-11.4764 139.066 -26.501 179.263 -44.7574 227.103C42.7626 197.958 51.9565 90.8955 11.4251 1.63723Z\" fill=\"%23165A2E\"/><path d=\"M-167.532 1038.3C-306.708 896.171 -267.535 717.438 -192.882 699.786C-181.923 723.063 -168.213 841.366 -170.039 912.718C-130.625 839.149 -131.207 776.766 -132.412 702.334C-27.2842 785.592 -67.8525 936.451 -167.532 1038.3Z\" fill=\"%2389BD27\"/><path d=\"M330.623 547.452C141.69 609.706 -1.46283 495.745 15.6072 420.956C41.3306 421.382 153.56 461.236 216.798 494.333C168.142 426.52 111.893 399.539 44.5546 367.805C165.633 310.153 283.152 413.078 330.623 547.452Z\" fill=\"%2335A937\"/><path d=\"M271.211 47.6642C98.0382 52.5088 14.4519 188.177 50.5406 244.397C71.4871 236.445 151.645 170.626 193.666 124.822C173.851 194.755 135.747 233.483 89.9641 279.383C206.191 290.823 272.04 171.774 271.211 47.6642Z\" fill=\"%2335A937\"/><path d=\"M430.065 340.606C356.343 221.702 227.698 218.466 203.116 266.492C217.174 277.882 295.674 307.096 344.712 317.821C287.852 332.396 245.343 321.531 194.71 308.219C233.934 393.99 343.775 391.596 430.065 340.606Z\" fill=\"%2389BD27\"/></g><g opacity=\"0.08\"><path d=\"M27.4437 1432.39C-129.846 1347.35 -274.571 1425.48 -271.327 1494.36C-248.501 1498.06 -142.885 1480.6 -81.6875 1461.34C-135.489 1513.62 -189.534 1528.58 -254.143 1545.98C-156.159 1616.18 -35.8635 1543.75 27.4437 1432.39Z\" fill=\"%2389BD27\"/><path d=\"M-27.4709 1882.52C52.3973 1734.79 -20.9833 1598.86 -85.6727 1601.91C-89.1496 1623.35 -72.7457 1722.54 -54.6603 1780.02C-103.765 1729.49 -117.809 1678.73 -134.151 1618.05C-200.09 1710.07 -132.063 1823.06 -27.4709 1882.52Z\" fill=\"%23165A2E\"/><path d=\"M-16.0163 1119.64C-139.374 1178.85 -156.015 1303.61 -111.894 1332.55C-99.3426 1320.08 -62.6997 1246.81 -47.1261 1200.25C-38.9178 1257.07 -53.9425 1297.26 -72.1988 1345.11C15.3211 1315.96 24.5151 1208.9 -16.0163 1119.64Z\" fill=\"%23165A2E\"/><path d=\"M303.178 1665.45C114.245 1727.71 -28.9081 1613.74 -11.8381 1538.96C13.8853 1539.38 126.115 1579.24 189.352 1612.33C140.696 1544.52 84.4474 1517.54 17.1093 1485.8C138.188 1428.15 255.707 1531.08 303.178 1665.45Z\" fill=\"%2335A937\"/><path d=\"M243.764 1165.66C70.591 1170.51 -12.9953 1306.17 23.0933 1362.4C44.0398 1354.44 124.198 1288.62 166.219 1242.82C146.404 1312.75 108.3 1351.48 62.5168 1397.38C178.744 1408.82 244.593 1289.77 243.764 1165.66Z\" fill=\"%2335A937\"/><path d=\"M402.622 1458.61C328.9 1339.7 200.255 1336.47 175.673 1384.49C189.731 1395.88 268.23 1425.1 317.269 1435.82C260.409 1450.4 217.9 1439.53 167.266 1426.22C206.49 1511.99 316.332 1509.6 402.622 1458.61Z\" fill=\"%2389BD27\"/></g><g opacity=\"0.08\"><path d=\"M205.993 2515.03C-24.6918 2511.74 -143.534 2687.55 -98.6783 2764.38C-70.3612 2754.98 39.9926 2671.91 98.4787 2613.33C68.1818 2705.26 15.3056 2754.65 -48.1912 2813.15C105.809 2834.9 200.118 2680.21 205.993 2515.03Z\" fill=\"%2389BD27\"/><path d=\"M79.2133 3234.11C-109.967 3128.45 -124.07 2929.64 -51.504 2888.21C-32.8868 2909.16 17.864 3028.55 37.9256 3103.66C56.4553 3014.66 36.639 2949.65 12.4623 2872.26C147.941 2926.88 152.003 3096.99 79.2133 3234.11Z\" fill=\"%2335A937\"/><path d=\"M412.085 3062.63C415.177 2845.97 250.053 2734.35 177.891 2776.48C186.722 2803.07 264.74 2906.72 319.76 2961.65C233.415 2933.2 187.03 2883.53 132.089 2823.9C111.654 2968.54 256.948 3057.11 412.085 3062.63Z\" fill=\"%23165A2E\"/><path d=\"M-30.5415 2183.31C-136.246 2324.73 -80.7498 2477.35 -13.0001 2484.09C-6.09899 2462.32 -7.9623 2356.64 -17.9663 2294.08C25.3651 2354.16 32.1949 2409.11 39.895 2474.73C122.577 2389.11 69.1341 2261.18 -30.5415 2183.31Z\" fill=\"%23165A2E\"/><path d=\"M384.072 3475.79C139.995 3396.39 78.0226 3168.58 152.855 3103.79C179.293 3123.86 265.645 3250.97 306.181 3333.67C307.308 3225.98 269.376 3154.99 223.534 3070.58C393.501 3103 437.226 3299.76 384.072 3475.79Z\" fill=\"%2389BD27\"/><path d=\"M660.564 2616.85C481.679 2800.92 249.883 2756.1 224.727 2660.37C254.4 2645.49 406.56 2624.03 498.654 2624.1C402.498 2575.61 322.051 2578.36 226.081 2582.29C330.114 2444.03 526 2491.53 660.564 2616.85Z\" fill=\"%2335A937\"/><path d=\"M294.049 2080.76C98.8923 2189.75 84.3442 2394.84 159.203 2437.58C178.408 2415.97 230.762 2292.81 251.457 2215.33C270.572 2307.14 250.13 2374.2 225.189 2454.04C364.947 2397.69 369.138 2222.2 294.049 2080.76Z\" fill=\"%2335A937\"/><path d=\"M204.964 3454.97C141.615 3277.93 -26.5267 3237.4 -72.3731 3293.58C-57.1108 3312.51 37.8084 3373.04 99.2263 3400.96C20.3955 3404.08 -32.4021 3377.81 -95.1863 3346.04C-67.8279 3469.81 77.1915 3497.64 204.964 3454.97Z\" fill=\"%23165A2E\"/><path d=\"M650.726 2320.89C495.383 2228.94 346.324 2302.09 346.9 2371.7C369.782 2376.33 477.011 2362.84 539.501 2345.82C483.179 2396.45 428.073 2409.42 362.213 2424.44C458.311 2499.1 582.501 2430.75 650.726 2320.89Z\" fill=\"%2389BD27\"/></g></g><defs><clipPath id=\"clip0_426_2365\"><rect width=\"1418\" height=\"3782\" fill=\"white\"/></clipPath></defs></svg>");
  background-position: center; /* Center the image */
  background-repeat: repeat-y; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

@media (max-width: 781px) {
  .store-info {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: var(--wp--preset--spacing--2) !important;
    padding-right: var(--wp--preset--spacing--2) !important;
  }
  .store-info .wp-block-column {
    padding-top: var(--wp--preset--spacing--2);
    padding-bottom: var(--wp--preset--spacing--2);
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.glossy-bg {
  background-color: rgba(22, 90, 46, 0.6588235294) !important;
  backdrop-filter: blur(33px);
}

/*# sourceMappingURL=global.css.map*/